Package io.fabric8.kubernetes.api.model
Class AWSElasticBlockStoreVolumeSourceFluentImpl<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AWSElasticBlockStoreVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,AWSElasticBlockStoreVolumeSourceFluent<A>
- Direct Known Subclasses:
AWSElasticBlockStoreVolumeSourceBuilder
,PersistentVolumeSpecFluentImpl.AwsElasticBlockStoreNestedImpl
,VolumeFluentImpl.AwsElasticBlockStoreNestedImpl
,WatchEventFluentImpl.AWSElasticBlockStoreVolumeSourceObjectNestedImpl
public class AWSElasticBlockStoreVolumeSourceFluentImpl<A extends AWSElasticBlockStoreVolumeSourceFluent<A>> extends BaseFluent<A> implements AWSElasticBlockStoreVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description AWSElasticBlockStoreVolumeSourceFluentImpl()
AWSElasticBlockStoreVolumeSourceFluentImpl(AWSElasticBlockStoreVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFsType()
Integer
getPartition()
String
getVolumeID()
Boolean
hasFsType()
int
hashCode()
Boolean
hasPartition()
Boolean
hasReadOnly()
Boolean
hasVolumeID()
Boolean
isReadOnly()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withNewVolumeID(String arg1)
A
withNewVolumeID(StringBuffer arg1)
A
withNewVolumeID(StringBuilder arg1)
A
withPartition(Integer partition)
A
withReadOnly(Boolean readOnly)
A
withVolumeID(String volumeID)
-
-
-
Constructor Detail
-
AWSElasticBlockStoreVolumeSourceFluentImpl
public AWSElasticBlockStoreVolumeSourceFluentImpl()
-
AWSElasticBlockStoreVolumeSourceFluentImpl
public AWSElasticBlockStoreVolumeSourceFluentImpl(AWSElasticBlockStoreVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
getPartition
public Integer getPartition()
- Specified by:
getPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withPartition
public A withPartition(Integer partition)
- Specified by:
withPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasPartition
public Boolean hasPartition()
- Specified by:
hasPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
getVolumeID
public String getVolumeID()
- Specified by:
getVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withVolumeID
public A withVolumeID(String volumeID)
- Specified by:
withVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasVolumeID
public Boolean hasVolumeID()
- Specified by:
hasVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(String arg1)
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuilder arg1)
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuffer arg1)
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
-