Interface GetGroupCertificateAuthorityResponse.Builder

  • Method Details

    • groupCertificateAuthorityArn

      GetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityArn(String groupCertificateAuthorityArn)
      The ARN of the certificate authority for the group.
      Parameters:
      groupCertificateAuthorityArn - The ARN of the certificate authority for the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupCertificateAuthorityId

      GetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityId(String groupCertificateAuthorityId)
      The ID of the certificate authority for the group.
      Parameters:
      groupCertificateAuthorityId - The ID of the certificate authority for the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pemEncodedCertificate

      GetGroupCertificateAuthorityResponse.Builder pemEncodedCertificate(String pemEncodedCertificate)
      The PEM encoded certificate for the group.
      Parameters:
      pemEncodedCertificate - The PEM encoded certificate for the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.