Interface CreateIngressPointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIngressPointRequest.Builder,
,CreateIngressPointRequest> MailManagerRequest.Builder
,SdkBuilder<CreateIngressPointRequest.Builder,
,CreateIngressPointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateIngressPointRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) A unique token that Amazon SES uses to recognize subsequent retries of the same request.ingressPointConfiguration
(Consumer<IngressPointConfiguration.Builder> ingressPointConfiguration) If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.ingressPointConfiguration
(IngressPointConfiguration ingressPointConfiguration) If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.ingressPointName
(String ingressPointName) A user friendly name for an ingress endpoint resource.networkConfiguration
(Consumer<NetworkConfiguration.Builder> networkConfiguration) Specifies the network configuration for the ingress point.networkConfiguration
(NetworkConfiguration networkConfiguration) Specifies the network configuration for the ingress point.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The identifier of an existing rule set that you attach to an ingress endpoint resource.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.trafficPolicyId
(String trafficPolicyId) The identifier of an existing traffic policy that you attach to an ingress endpoint resource.The type of the ingress endpoint to create.type
(IngressPointType type) The type of the ingress endpoint to create.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
-
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.
-
ingressPointConfiguration
CreateIngressPointRequest.Builder ingressPointConfiguration(IngressPointConfiguration ingressPointConfiguration) If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
- Parameters:
ingressPointConfiguration
- If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPointConfiguration
default CreateIngressPointRequest.Builder ingressPointConfiguration(Consumer<IngressPointConfiguration.Builder> ingressPointConfiguration) If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
This is a convenience method that creates an instance of theIngressPointConfiguration.Builder
avoiding the need to create one manually viaIngressPointConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingressPointConfiguration(IngressPointConfiguration)
.- Parameters:
ingressPointConfiguration
- a consumer that will call methods onIngressPointConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingressPointName
A user friendly name for an ingress endpoint resource.
- Parameters:
ingressPointName
- A user friendly name for an ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfiguration
Specifies the network configuration for the ingress point. This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.
- Parameters:
networkConfiguration
- Specifies the network configuration for the ingress point. This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfiguration
default CreateIngressPointRequest.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) Specifies the network configuration for the ingress point. This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.
This is a convenience method that creates an instance of theNetworkConfiguration.Builder
avoiding the need to create one manually viaNetworkConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkConfiguration(NetworkConfiguration)
.- Parameters:
networkConfiguration
- a consumer that will call methods onNetworkConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ruleSetId
The identifier of an existing rule set that you attach to an ingress endpoint resource.
- Parameters:
ruleSetId
- The identifier of an existing rule set that you attach to an ingress endpoint resource.- 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:
-
trafficPolicyId
The identifier of an existing traffic policy that you attach to an ingress endpoint resource.
- Parameters:
trafficPolicyId
- The identifier of an existing traffic policy that you attach to an ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the ingress endpoint to create.
- Parameters:
type
- The type of the ingress endpoint to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the ingress endpoint to create.
- Parameters:
type
- The type of the ingress endpoint to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateIngressPointRequest.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
CreateIngressPointRequest.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.
-