Interface DeleteIdentityPolicyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIdentityPolicyRequest.Builder,,DeleteIdentityPolicyRequest> SdkBuilder<DeleteIdentityPolicyRequest.Builder,,DeleteIdentityPolicyRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- DeleteIdentityPolicyRequest
@Mutable
@NotThreadSafe
public static interface DeleteIdentityPolicyRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identity that is associated with the policy to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) policyName(String policyName) The name of the policy to be deleted.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.ses.model.SesRequest.Builder
build
-
Method Details
-
identity
The identity that is associated with the policy to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples:
user@example.com,example.com,arn:aws:ses:us-east-1:123456789012:identity/example.com.To successfully call this operation, you must own the identity.
- Parameters:
identity- The identity that is associated with the policy to delete. You can specify the identity by using its name or by using its Amazon Resource Name (ARN). Examples:user@example.com,example.com,arn:aws:ses:us-east-1:123456789012:identity/example.com.To successfully call this operation, you must own the identity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyName
The name of the policy to be deleted.
- Parameters:
policyName- The name of the policy to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIdentityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-