Interface IngressPointConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressPointConfiguration.Builder,IngressPointConfiguration>,SdkBuilder<IngressPointConfiguration.Builder,IngressPointConfiguration>,SdkPojo
- Enclosing class:
- IngressPointConfiguration
public static interface IngressPointConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressPointConfiguration.Builder,IngressPointConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressPointConfiguration.BuildersecretArn(String secretArn)The SecretsManager::Secret ARN of the ingress endpoint resource.IngressPointConfiguration.BuildersmtpPassword(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, sdkFields
-
-
-
-
Method Detail
-
secretArn
IngressPointConfiguration.Builder secretArn(String 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
IngressPointConfiguration.Builder smtpPassword(String 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.
-
-