Interface CreateVolumeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVolumeRequest.Builder,CreateVolumeRequest>,FSxRequest.Builder,SdkBuilder<CreateVolumeRequest.Builder,CreateVolumeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVolumeRequest
public static interface CreateVolumeRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateVolumeRequest.Builder,CreateVolumeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateVolumeRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.CreateVolumeRequest.Buildername(String name)Specifies the name of the volume that you're creating.default CreateVolumeRequest.BuilderontapConfiguration(Consumer<CreateOntapVolumeConfiguration.Builder> ontapConfiguration)Specifies the configuration to use when creating the ONTAP volume.CreateVolumeRequest.BuilderontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)Specifies the configuration to use when creating the ONTAP volume.default CreateVolumeRequest.BuilderopenZFSConfiguration(Consumer<CreateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration)Specifies the configuration to use when creating the OpenZFS volume.CreateVolumeRequest.BuilderopenZFSConfiguration(CreateOpenZFSVolumeConfiguration openZFSConfiguration)Specifies the configuration to use when creating the OpenZFS volume.CreateVolumeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVolumeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVolumeRequest.Buildertags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateVolumeRequest.Buildertags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.CreateVolumeRequest.Buildertags(Tag... tags)Sets the value of the Tags property for this object.CreateVolumeRequest.BuildervolumeType(String volumeType)Specifies the type of volume to create;ONTAPandOPENZFSare the only valid volume types.CreateVolumeRequest.BuildervolumeType(VolumeType volumeType)Specifies the type of volume to create;ONTAPandOPENZFSare the only valid volume types.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
CreateVolumeRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeType
CreateVolumeRequest.Builder volumeType(String volumeType)
Specifies the type of volume to create;
ONTAPandOPENZFSare the only valid volume types.- Parameters:
volumeType- Specifies the type of volume to create;ONTAPandOPENZFSare the only valid volume types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeType,VolumeType
-
volumeType
CreateVolumeRequest.Builder volumeType(VolumeType volumeType)
Specifies the type of volume to create;
ONTAPandOPENZFSare the only valid volume types.- Parameters:
volumeType- Specifies the type of volume to create;ONTAPandOPENZFSare the only valid volume types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VolumeType,VolumeType
-
name
CreateVolumeRequest.Builder name(String name)
Specifies the name of the volume that you're creating.
- Parameters:
name- Specifies the name of the volume that you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ontapConfiguration
CreateVolumeRequest.Builder ontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration to use when creating the ONTAP volume.
- Parameters:
ontapConfiguration- Specifies the configuration to use when creating the ONTAP volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ontapConfiguration
default CreateVolumeRequest.Builder ontapConfiguration(Consumer<CreateOntapVolumeConfiguration.Builder> ontapConfiguration)
Specifies the configuration to use when creating the ONTAP volume.
This is a convenience method that creates an instance of theCreateOntapVolumeConfiguration.Builderavoiding the need to create one manually viaCreateOntapVolumeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toontapConfiguration(CreateOntapVolumeConfiguration).- Parameters:
ontapConfiguration- a consumer that will call methods onCreateOntapVolumeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ontapConfiguration(CreateOntapVolumeConfiguration)
-
tags
CreateVolumeRequest.Builder tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVolumeRequest.Builder tags(Tag... tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVolumeRequest.Builder tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
openZFSConfiguration
CreateVolumeRequest.Builder openZFSConfiguration(CreateOpenZFSVolumeConfiguration openZFSConfiguration)
Specifies the configuration to use when creating the OpenZFS volume.
- Parameters:
openZFSConfiguration- Specifies the configuration to use when creating the OpenZFS volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openZFSConfiguration
default CreateVolumeRequest.Builder openZFSConfiguration(Consumer<CreateOpenZFSVolumeConfiguration.Builder> openZFSConfiguration)
Specifies the configuration to use when creating the OpenZFS volume.
This is a convenience method that creates an instance of theCreateOpenZFSVolumeConfiguration.Builderavoiding the need to create one manually viaCreateOpenZFSVolumeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toopenZFSConfiguration(CreateOpenZFSVolumeConfiguration).- Parameters:
openZFSConfiguration- a consumer that will call methods onCreateOpenZFSVolumeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
openZFSConfiguration(CreateOpenZFSVolumeConfiguration)
-
overrideConfiguration
CreateVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-