public static interface CreateBackupSelectionRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBackupSelectionRequest.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
CreateBackupSelectionRequest.Builder |
backupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
default CreateBackupSelectionRequest.Builder |
backupSelection(Consumer<BackupSelection.Builder> backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
CreateBackupSelectionRequest.Builder |
creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.
|
CreateBackupSelectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBackupSelectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackupSelectionRequest.Builder backupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
backupPlanId - Uniquely identifies the backup plan to be associated with the selection of resources.CreateBackupSelectionRequest.Builder backupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection - Specifies the body of a request to assign a set of resources to a backup plan.default CreateBackupSelectionRequest.Builder backupSelection(Consumer<BackupSelection.Builder> backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
This is a convenience that creates an instance of theBackupSelection.Builder avoiding the need to
create one manually via BackupSelection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to backupSelection(BackupSelection).backupSelection - a consumer that will call methods on BackupSelection.BuilderbackupSelection(BackupSelection)CreateBackupSelectionRequest.Builder creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
creatorRequestId - A unique string that identifies the request and allows failed requests to be retried without the risk
of running the operation twice.CreateBackupSelectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBackupSelectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.