public class EC2RootVolumeFluentImpl<A extends EC2RootVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EC2RootVolumeFluent<A>
| Constructor and Description |
|---|
EC2RootVolumeFluentImpl() |
EC2RootVolumeFluentImpl(EC2RootVolume instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getIops() |
String |
getKmsKeyARN() |
Integer |
getSize() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasIops() |
Boolean |
hasKmsKeyARN() |
Boolean |
hasSize() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withIops(Integer iops) |
A |
withKmsKeyARN(String kmsKeyARN) |
A |
withSize(Integer size) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EC2RootVolumeFluentImpl()
public EC2RootVolumeFluentImpl(EC2RootVolume instance)
public Integer getIops()
getIops in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A withIops(Integer iops)
withIops in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Boolean hasIops()
hasIops in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public String getKmsKeyARN()
getKmsKeyARN in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A withKmsKeyARN(String kmsKeyARN)
withKmsKeyARN in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Boolean hasKmsKeyARN()
hasKmsKeyARN in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Integer getSize()
getSize in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A withSize(Integer size)
withSize in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Boolean hasSize()
hasSize in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public String getType()
getType in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A withType(String type)
withType in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Boolean hasType()
hasType in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EC2RootVolumeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EC2RootVolumeFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.