CopyableBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>, SdkBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>public static interface GetGroupCertificateAuthorityResponse.Builder extends CopyableBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetGroupCertificateAuthorityResponse.Builder |
groupCertificateAuthorityArn(String groupCertificateAuthorityArn) |
Arn of the certificate authority for the group.
|
GetGroupCertificateAuthorityResponse.Builder |
groupCertificateAuthorityId(String groupCertificateAuthorityId) |
Id of the certificate authority for the group.
|
GetGroupCertificateAuthorityResponse.Builder |
pemEncodedCertificate(String pemEncodedCertificate) |
PEM encoded certificate for the group.
|
copyapply, buildGetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn - Arn of the certificate authority for the group.GetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId - Id of the certificate authority for the group.GetGroupCertificateAuthorityResponse.Builder pemEncodedCertificate(String pemEncodedCertificate)
pemEncodedCertificate - PEM encoded certificate for the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.