Interface AssociateBackupVaultMpaApprovalTeamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BackupRequest.Builder
,Buildable
,CopyableBuilder<AssociateBackupVaultMpaApprovalTeamRequest.Builder,
,AssociateBackupVaultMpaApprovalTeamRequest> SdkBuilder<AssociateBackupVaultMpaApprovalTeamRequest.Builder,
,AssociateBackupVaultMpaApprovalTeamRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AssociateBackupVaultMpaApprovalTeamRequest
@Mutable
@NotThreadSafe
public static interface AssociateBackupVaultMpaApprovalTeamRequest.Builder
extends BackupRequest.Builder, SdkPojo, CopyableBuilder<AssociateBackupVaultMpaApprovalTeamRequest.Builder,AssociateBackupVaultMpaApprovalTeamRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName
(String backupVaultName) The name of the backup vault to associate with the MPA approval team.mpaApprovalTeamArn
(String mpaApprovalTeamArn) The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.requesterComment
(String requesterComment) A comment provided by the requester explaining the association request.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, sdkFieldNameToField, sdkFields
-
Method Details
-
backupVaultName
The name of the backup vault to associate with the MPA approval team.
- Parameters:
backupVaultName
- The name of the backup vault to associate with the MPA approval team.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mpaApprovalTeamArn
The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.
- Parameters:
mpaApprovalTeamArn
- The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requesterComment
A comment provided by the requester explaining the association request.
- Parameters:
requesterComment
- A comment provided by the requester explaining the association request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateBackupVaultMpaApprovalTeamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateBackupVaultMpaApprovalTeamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-