public static interface GetGroupCertificateAuthorityResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGroupCertificateAuthorityResponse.Builder |
groupCertificateAuthorityArn(String groupCertificateAuthorityArn)
The ARN of the certificate authority for the group.
|
GetGroupCertificateAuthorityResponse.Builder |
groupCertificateAuthorityId(String groupCertificateAuthorityId)
The ID of the certificate authority for the group.
|
GetGroupCertificateAuthorityResponse.Builder |
pemEncodedCertificate(String pemEncodedCertificate)
The PEM encoded certificate for the group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn - The ARN of the certificate authority for the group.GetGroupCertificateAuthorityResponse.Builder groupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId - The ID of the certificate authority for the group.GetGroupCertificateAuthorityResponse.Builder pemEncodedCertificate(String pemEncodedCertificate)
pemEncodedCertificate - The PEM encoded certificate for the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.