Interface DisassociateBackupVaultMpaApprovalTeamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<DisassociateBackupVaultMpaApprovalTeamRequest.Builder,,DisassociateBackupVaultMpaApprovalTeamRequest> SdkBuilder<DisassociateBackupVaultMpaApprovalTeamRequest.Builder,,DisassociateBackupVaultMpaApprovalTeamRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateBackupVaultMpaApprovalTeamRequest
@Mutable
@NotThreadSafe
public static interface DisassociateBackupVaultMpaApprovalTeamRequest.Builder
extends BackupRequest.Builder, SdkPojo, CopyableBuilder<DisassociateBackupVaultMpaApprovalTeamRequest.Builder,DisassociateBackupVaultMpaApprovalTeamRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the backup vault from which to disassociate the MPA approval team.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.requesterComment(String requesterComment) An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
backupVaultName
The name of the backup vault from which to disassociate the MPA approval team.
- Parameters:
backupVaultName- The name of the backup vault from which to disassociate the MPA approval team.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requesterComment
An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.
- Parameters:
requesterComment- An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateBackupVaultMpaApprovalTeamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateBackupVaultMpaApprovalTeamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-