Interface ServerCertificateSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>, SdkBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>, SdkPojo
Enclosing class:
ServerCertificateSummary

public static interface ServerCertificateSummary.Builder extends SdkPojo, CopyableBuilder<ServerCertificateSummary.Builder,ServerCertificateSummary>
  • Method Details

    • serverCertificateArn

      ServerCertificateSummary.Builder serverCertificateArn(String serverCertificateArn)

      The ARN of the server certificate.

      Parameters:
      serverCertificateArn - The ARN of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverCertificateStatus

      ServerCertificateSummary.Builder serverCertificateStatus(String serverCertificateStatus)

      The status of the server certificate.

      Parameters:
      serverCertificateStatus - The status of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverCertificateStatus

      ServerCertificateSummary.Builder serverCertificateStatus(ServerCertificateStatus serverCertificateStatus)

      The status of the server certificate.

      Parameters:
      serverCertificateStatus - The status of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverCertificateStatusDetail

      ServerCertificateSummary.Builder serverCertificateStatusDetail(String serverCertificateStatusDetail)

      Details that explain the status of the server certificate.

      Parameters:
      serverCertificateStatusDetail - Details that explain the status of the server certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.