Interface IngressPointConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressPointConfiguration.Builder,
,IngressPointConfiguration> SdkBuilder<IngressPointConfiguration.Builder,
,IngressPointConfiguration> SdkPojo
- Enclosing class:
IngressPointConfiguration
@Mutable
@NotThreadSafe
public static interface IngressPointConfiguration.Builder
extends SdkPojo, CopyableBuilder<IngressPointConfiguration.Builder,IngressPointConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe SecretsManager::Secret ARN of the ingress endpoint resource.smtpPassword
(String smtpPassword) The password of the ingress endpoint resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
secretArn
The SecretsManager::Secret ARN of the ingress endpoint resource.
- Parameters:
secretArn
- The SecretsManager::Secret ARN of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smtpPassword
The password of the ingress endpoint resource.
- Parameters:
smtpPassword
- The password of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-