Interface DeletePolicyStoreAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeletePolicyStoreAliasRequest.Builder,,DeletePolicyStoreAliasRequest> SdkBuilder<DeletePolicyStoreAliasRequest.Builder,,DeletePolicyStoreAliasRequest> SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
DeletePolicyStoreAliasRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the name of the policy store alias that you want to delete.deletionMode(String deletionMode) Specifies the deletion mode for the policy store alias.deletionMode(DeletionMode deletionMode) Specifies the deletion mode for the policy store alias.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsRequest.Builder
build
-
Method Details
-
aliasName
Specifies the name of the policy store alias that you want to delete.
The alias name must always be prefixed with
policy-store-alias/.- Parameters:
aliasName- Specifies the name of the policy store alias that you want to delete.The alias name must always be prefixed with
policy-store-alias/.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionMode
Specifies the deletion mode for the policy store alias. The valid values are:
-
SoftDelete – The policy store alias enters the
PendingDeletionstate. This is the default behavior when nodeletionModeis specified. -
HardDelete – The policy store alias is immediately deleted, bypassing the
PendingDeletionstate.
- Parameters:
deletionMode- Specifies the deletion mode for the policy store alias. The valid values are:-
SoftDelete – The policy store alias enters the
PendingDeletionstate. This is the default behavior when nodeletionModeis specified. -
HardDelete – The policy store alias is immediately deleted, bypassing the
PendingDeletionstate.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
deletionMode
Specifies the deletion mode for the policy store alias. The valid values are:
-
SoftDelete – The policy store alias enters the
PendingDeletionstate. This is the default behavior when nodeletionModeis specified. -
HardDelete – The policy store alias is immediately deleted, bypassing the
PendingDeletionstate.
- Parameters:
deletionMode- Specifies the deletion mode for the policy store alias. The valid values are:-
SoftDelete – The policy store alias enters the
PendingDeletionstate. This is the default behavior when nodeletionModeis specified. -
HardDelete – The policy store alias is immediately deleted, bypassing the
PendingDeletionstate.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
DeletePolicyStoreAliasRequest.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
DeletePolicyStoreAliasRequest.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.
-