Interface GetGroupCertificateAuthorityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>,GreengrassResponse.Builder,SdkBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGroupCertificateAuthorityResponse
public static interface GetGroupCertificateAuthorityResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetGroupCertificateAuthorityResponse.Builder,GetGroupCertificateAuthorityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGroupCertificateAuthorityResponse.BuildergroupCertificateAuthorityArn(String groupCertificateAuthorityArn)The ARN of the certificate authority for the group.GetGroupCertificateAuthorityResponse.BuildergroupCertificateAuthorityId(String groupCertificateAuthorityId)The ID of the certificate authority for the group.GetGroupCertificateAuthorityResponse.BuilderpemEncodedCertificate(String pemEncodedCertificate)The PEM encoded certificate for the group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-