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 SummaryModifier and TypeMethodDescriptionThe identity that is associated with the policy to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyName(String policyName) The name of the policy to be deleted.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builderbuild
- 
Method Details- 
identityThe 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.
 
- 
policyNameThe 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.
 
- 
overrideConfigurationDeleteIdentityPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteIdentityPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-