public static interface CreateBackupRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateBackupRequest.Builder,CreateBackupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupRequest.Builder |
clientRequestToken(String clientRequestToken)
(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
|
CreateBackupRequest.Builder |
fileSystemId(String fileSystemId)
The ID of the file system to back up.
|
CreateBackupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBackupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBackupRequest.Builder |
tags(Collection<Tag> tags)
(Optional) The tags to apply to the backup at backup creation.
|
CreateBackupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
(Optional) The tags to apply to the backup at backup creation.
|
CreateBackupRequest.Builder |
tags(Tag... tags)
(Optional) The tags to apply to the backup at backup creation.
|
CreateBackupRequest.Builder |
volumeId(String volumeId)
(Optional) The ID of the FSx for ONTAP volume to back up.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackupRequest.Builder fileSystemId(String fileSystemId)
The ID of the file system to back up.
fileSystemId - The ID of the file system to back up.CreateBackupRequest.Builder clientRequestToken(String clientRequestToken)
(Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
clientRequestToken - (Optional) A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation.
This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an
Amazon Web Services SDK.CreateBackupRequest.Builder tags(Collection<Tag> tags)
(Optional) The tags to apply to the backup at backup creation. The key value of the Name tag
appears in the console as the backup name. If you have set CopyTagsToBackups to
true, and you specify one or more tags using the CreateBackup operation, no
existing file system tags are copied from the file system to the backup.
tags - (Optional) The tags to apply to the backup at backup creation. The key value of the Name
tag appears in the console as the backup name. If you have set CopyTagsToBackups to
true, and you specify one or more tags using the CreateBackup operation, no
existing file system tags are copied from the file system to the backup.CreateBackupRequest.Builder tags(Tag... tags)
(Optional) The tags to apply to the backup at backup creation. The key value of the Name tag
appears in the console as the backup name. If you have set CopyTagsToBackups to
true, and you specify one or more tags using the CreateBackup operation, no
existing file system tags are copied from the file system to the backup.
tags - (Optional) The tags to apply to the backup at backup creation. The key value of the Name
tag appears in the console as the backup name. If you have set CopyTagsToBackups to
true, and you specify one or more tags using the CreateBackup operation, no
existing file system tags are copied from the file system to the backup.CreateBackupRequest.Builder tags(Consumer<Tag.Builder>... tags)
(Optional) The tags to apply to the backup at backup creation. The key value of the Name tag
appears in the console as the backup name. If you have set CopyTagsToBackups to
true, and you specify one or more tags using the CreateBackup operation, no
existing file system tags are copied from the file system to the backup.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateBackupRequest.Builder volumeId(String volumeId)
(Optional) The ID of the FSx for ONTAP volume to back up.
volumeId - (Optional) The ID of the FSx for ONTAP volume to back up.CreateBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.