Interface IngressPointPasswordConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressPointPasswordConfiguration.Builder,
,IngressPointPasswordConfiguration> SdkBuilder<IngressPointPasswordConfiguration.Builder,
,IngressPointPasswordConfiguration> SdkPojo
- Enclosing class:
IngressPointPasswordConfiguration
@Mutable
@NotThreadSafe
public static interface IngressPointPasswordConfiguration.Builder
extends SdkPojo, CopyableBuilder<IngressPointPasswordConfiguration.Builder,IngressPointPasswordConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpreviousSmtpPasswordExpiryTimestamp
(Instant previousSmtpPasswordExpiryTimestamp) The previous password expiry timestamp of the ingress endpoint resource.previousSmtpPasswordVersion
(String previousSmtpPasswordVersion) The previous password version of the ingress endpoint resource.smtpPasswordVersion
(String smtpPasswordVersion) The current password expiry timestamp 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
-
previousSmtpPasswordExpiryTimestamp
IngressPointPasswordConfiguration.Builder previousSmtpPasswordExpiryTimestamp(Instant previousSmtpPasswordExpiryTimestamp) The previous password expiry timestamp of the ingress endpoint resource.
- Parameters:
previousSmtpPasswordExpiryTimestamp
- The previous password expiry timestamp of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
previousSmtpPasswordVersion
IngressPointPasswordConfiguration.Builder previousSmtpPasswordVersion(String previousSmtpPasswordVersion) The previous password version of the ingress endpoint resource.
- Parameters:
previousSmtpPasswordVersion
- The previous password version of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smtpPasswordVersion
The current password expiry timestamp of the ingress endpoint resource.
- Parameters:
smtpPasswordVersion
- The current password expiry timestamp of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-