Interface UpdateIngressPointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateIngressPointRequest.Builder,
,UpdateIngressPointRequest> MailManagerRequest.Builder
,SdkBuilder<UpdateIngressPointRequest.Builder,
,UpdateIngressPointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateIngressPointRequest
-
Method Summary
Modifier and TypeMethodDescriptioningressPointConfiguration
(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.ingressPointId
(String ingressPointId) The identifier for the ingress endpoint you want to update.ingressPointName
(String ingressPointName) A user friendly name for the ingress endpoint resource.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.statusToUpdate
(String statusToUpdate) The update status of an ingress endpoint.statusToUpdate
(IngressPointStatusToUpdate statusToUpdate) The update status of an ingress endpoint.trafficPolicyId
(String trafficPolicyId) The identifier of an existing traffic policy that you attach to an ingress endpoint 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
-
ingressPointConfiguration
UpdateIngressPointRequest.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 UpdateIngressPointRequest.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:
-
ingressPointId
The identifier for the ingress endpoint you want to update.
- Parameters:
ingressPointId
- The identifier for the ingress endpoint you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPointName
A user friendly name for the ingress endpoint resource.
- Parameters:
ingressPointName
- A user friendly name for the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
statusToUpdate
The update status of an ingress endpoint.
- Parameters:
statusToUpdate
- The update status of an ingress endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusToUpdate
The update status of an ingress endpoint.
- Parameters:
statusToUpdate
- The update status of an ingress endpoint.- 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.
-
overrideConfiguration
UpdateIngressPointRequest.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
UpdateIngressPointRequest.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.
-