Interface CreateVolumeFromBackupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVolumeFromBackupRequest.Builder,CreateVolumeFromBackupRequest>,FSxRequest.Builder,SdkBuilder<CreateVolumeFromBackupRequest.Builder,CreateVolumeFromBackupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVolumeFromBackupRequest
public static interface CreateVolumeFromBackupRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateVolumeFromBackupRequest.Builder,CreateVolumeFromBackupRequest>
-
-
Method Summary
-
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
-
backupId
CreateVolumeFromBackupRequest.Builder backupId(String backupId)
Sets the value of the BackupId property for this object.- Parameters:
backupId- The new value for the BackupId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateVolumeFromBackupRequest.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.
-
name
CreateVolumeFromBackupRequest.Builder name(String name)
The name of the new volume you're creating.
- Parameters:
name- The name of the new volume you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ontapConfiguration
CreateVolumeFromBackupRequest.Builder ontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
- Parameters:
ontapConfiguration- Specifies the configuration of the ONTAP volume that you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ontapConfiguration
default CreateVolumeFromBackupRequest.Builder ontapConfiguration(Consumer<CreateOntapVolumeConfiguration.Builder> ontapConfiguration)
Specifies the configuration of the ONTAP volume that you are creating.
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
CreateVolumeFromBackupRequest.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
CreateVolumeFromBackupRequest.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
CreateVolumeFromBackupRequest.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)
-
overrideConfiguration
CreateVolumeFromBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVolumeFromBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-