Interface GetIdentityNotificationAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIdentityNotificationAttributesRequest.Builder,,GetIdentityNotificationAttributesRequest> SdkBuilder<GetIdentityNotificationAttributesRequest.Builder,,GetIdentityNotificationAttributesRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- GetIdentityNotificationAttributesRequest
@Mutable
@NotThreadSafe
public static interface GetIdentityNotificationAttributesRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<GetIdentityNotificationAttributesRequest.Builder,GetIdentityNotificationAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentities(String... identities) A list of one or more identities.identities(Collection<String> identities) A list of one or more identities.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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
-
identities
A list of one or more identities. You can specify an 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.- Parameters:
identities- A list of one or more identities. You can specify an 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identities
A list of one or more identities. You can specify an 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.- Parameters:
identities- A list of one or more identities. You can specify an 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIdentityNotificationAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIdentityNotificationAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-