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
,DoneableAWSElasticBlockStoreVolumeSource
,PersistentVolumeSpecFluentImpl.AwsElasticBlockStoreNestedImpl
,VolumeFluentImpl.AwsElasticBlockStoreNestedImpl
,WatchEventFluentImpl.AWSElasticBlockStoreVolumeSourceObjectNestedImpl
public class AWSElasticBlockStoreVolumeSourceFluentImpl<A extends AWSElasticBlockStoreVolumeSourceFluent<A>> extends BaseFluent<A> implements AWSElasticBlockStoreVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AWSElasticBlockStoreVolumeSourceFluentImpl()
AWSElasticBlockStoreVolumeSourceFluentImpl(AWSElasticBlockStoreVolumeSource instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getFsType()
Integer
getPartition()
String
getVolumeID()
Boolean
hasFsType()
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
withNewPartition(int arg1)
A
withNewPartition(String 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 Details
-
AWSElasticBlockStoreVolumeSourceFluentImpl
public AWSElasticBlockStoreVolumeSourceFluentImpl() -
AWSElasticBlockStoreVolumeSourceFluentImpl
-
-
Method Details
-
getFsType
- Specified by:
getFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
getPartition
- Specified by:
getPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withPartition
- Specified by:
withPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasPartition
- Specified by:
hasPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewPartition
- Specified by:
withNewPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewPartition
- Specified by:
withNewPartition
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
isReadOnly
- Specified by:
isReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewReadOnly
- Specified by:
withNewReadOnly
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
getVolumeID
- Specified by:
getVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withVolumeID
- Specified by:
withVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
hasVolumeID
- Specified by:
hasVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
withNewVolumeID
- Specified by:
withNewVolumeID
in interfaceAWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
-
equals
-