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 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

      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.