Interface IngressPointPasswordConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressPointPasswordConfiguration.Builder,IngressPointPasswordConfiguration>,SdkBuilder<IngressPointPasswordConfiguration.Builder,IngressPointPasswordConfiguration>,SdkPojo
- Enclosing class:
- IngressPointPasswordConfiguration
public static interface IngressPointPasswordConfiguration.Builder extends SdkPojo, CopyableBuilder<IngressPointPasswordConfiguration.Builder,IngressPointPasswordConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressPointPasswordConfiguration.BuilderpreviousSmtpPasswordExpiryTimestamp(Instant previousSmtpPasswordExpiryTimestamp)The previous password expiry timestamp of the ingress endpoint resource.IngressPointPasswordConfiguration.BuilderpreviousSmtpPasswordVersion(String previousSmtpPasswordVersion)The previous password version of the ingress endpoint resource.IngressPointPasswordConfiguration.BuildersmtpPasswordVersion(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, sdkFields
-
-
-
-
Method Detail
-
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
IngressPointPasswordConfiguration.Builder smtpPasswordVersion(String 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.
-
-