Interface CreateRelayRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRelayRequest.Builder,
,CreateRelayRequest> MailManagerRequest.Builder
,SdkBuilder<CreateRelayRequest.Builder,
,CreateRelayRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRelayRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault CreateRelayRequest.Builder
authentication
(Consumer<RelayAuthentication.Builder> authentication) Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.authentication
(RelayAuthentication authentication) Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.clientToken
(String clientToken) A unique token that Amazon SES uses to recognize subsequent retries of the same request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique name of the relay resource.serverName
(String serverName) The destination relay server address.serverPort
(Integer serverPort) The destination relay server port.tags
(Collection<Tag> tags) The tags used to organize, track, or control access for the resource.tags
(Consumer<Tag.Builder>... tags) The tags used to organize, track, or control access for the resource.The tags used to organize, track, or control access for the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
authentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
- Parameters:
authentication
- Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authentication
default CreateRelayRequest.Builder authentication(Consumer<RelayAuthentication.Builder> authentication) Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
This is a convenience method that creates an instance of theRelayAuthentication.Builder
avoiding the need to create one manually viaRelayAuthentication.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthentication(RelayAuthentication)
.- Parameters:
authentication
- a consumer that will call methods onRelayAuthentication.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique token that Amazon SES uses to recognize subsequent retries of the same request.
- Parameters:
clientToken
- A unique token that Amazon SES uses to recognize subsequent retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relayName
The unique name of the relay resource.
- Parameters:
relayName
- The unique name of the relay resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverName
The destination relay server address.
- Parameters:
serverName
- The destination relay server address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverPort
The destination relay server port.
- Parameters:
serverPort
- The destination relay server port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateRelayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRelayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-