public static interface DeleteIdentityRequest.Builder extends SESRequest.Builder, CopyableBuilder<DeleteIdentityRequest.Builder,DeleteIdentityRequest>
Modifier and Type | Method and Description |
---|---|
DeleteIdentityRequest.Builder |
identity(String identity)
The identity to be removed from the list of identities for the AWS Account.
|
DeleteIdentityRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteIdentityRequest.Builder identity(String identity)
The identity to be removed from the list of identities for the AWS Account.
identity
- The identity to be removed from the list of identities for the AWS Account.DeleteIdentityRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.