Interface GetCertificateAuthorityCertificateResponse.Builder

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

  • Method Details

    • certificate

      Base64-encoded certificate authority (CA) certificate.

      Parameters:
      certificate - Base64-encoded certificate authority (CA) certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateChain

      GetCertificateAuthorityCertificateResponse.Builder certificateChain(String certificateChain)

      Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.

      Parameters:
      certificateChain - Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.