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.tlsAuthConfiguration(Consumer<TlsAuthConfiguration.Builder> tlsAuthConfiguration) The mutual TLS authentication configuration of the ingress endpoint resource.tlsAuthConfiguration(TlsAuthConfiguration tlsAuthConfiguration) The mutual TLS authentication configuration of the ingress endpoint resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
tlsAuthConfiguration
The mutual TLS authentication configuration of the ingress endpoint resource.
- Parameters:
tlsAuthConfiguration- The mutual TLS authentication configuration of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsAuthConfiguration
default IngressPointConfiguration.Builder tlsAuthConfiguration(Consumer<TlsAuthConfiguration.Builder> tlsAuthConfiguration) The mutual TLS authentication configuration of the ingress endpoint resource.
This is a convenience method that creates an instance of theTlsAuthConfiguration.Builderavoiding the need to create one manually viaTlsAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totlsAuthConfiguration(TlsAuthConfiguration).- Parameters:
tlsAuthConfiguration- a consumer that will call methods onTlsAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-