Interface GetGroupCertificateAuthorityResponse.Builder

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

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