Interface DescribeCertificateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeCertificateResponse.Builder,DescribeCertificateResponse>, DirectoryResponse.Builder, SdkBuilder<DescribeCertificateResponse.Builder,DescribeCertificateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeCertificateResponse

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

    • certificate

      Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.

      Parameters:
      certificate - Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificate

      Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.

      This is a convenience method that creates an instance of the Certificate.Builder avoiding the need to create one manually via Certificate.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to certificate(Certificate).

      Parameters:
      certificate - a consumer that will call methods on Certificate.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: