Interface GetBackupSelectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<GetBackupSelectionRequest.Builder,GetBackupSelectionRequest>,SdkBuilder<GetBackupSelectionRequest.Builder,GetBackupSelectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBackupSelectionRequest
public static interface GetBackupSelectionRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<GetBackupSelectionRequest.Builder,GetBackupSelectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBackupSelectionRequest.BuilderbackupPlanId(String backupPlanId)Uniquely identifies a backup plan.GetBackupSelectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBackupSelectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBackupSelectionRequest.BuilderselectionId(String selectionId)Uniquely identifies the body of a request to assign a set of resources to a backup plan.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
backupPlanId
GetBackupSelectionRequest.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
- Parameters:
backupPlanId- Uniquely identifies a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectionId
GetBackupSelectionRequest.Builder selectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
- Parameters:
selectionId- Uniquely identifies the body of a request to assign a set of resources to a backup plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBackupSelectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBackupSelectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-