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 64 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.
|
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 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS CLI) or an AWS SDK.
clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation.
This string is automatically filled on your behalf when you use the AWS Command Line Interface (AWS
CLI) or an AWS 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 action, 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 action, 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 action, 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 action, 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 action, no existing file system tags are copied
from the file system to the backup.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateBackupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBackupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.