public static interface UpdateGroupCertificateConfigurationResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<UpdateGroupCertificateConfigurationResponse.Builder,UpdateGroupCertificateConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
UpdateGroupCertificateConfigurationResponse.Builder |
certificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
The amount of time remaining before the certificate authority expires, in milliseconds.
|
UpdateGroupCertificateConfigurationResponse.Builder |
certificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
The amount of time remaining before the certificate expires, in milliseconds.
|
UpdateGroupCertificateConfigurationResponse.Builder |
groupId(String groupId)
The ID of the group certificate configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateGroupCertificateConfigurationResponse.Builder certificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- The amount of time remaining before the certificate authority expires, in milliseconds.UpdateGroupCertificateConfigurationResponse.Builder certificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
certificateExpiryInMilliseconds
- The amount of time remaining before the certificate expires, in milliseconds.UpdateGroupCertificateConfigurationResponse.Builder groupId(String groupId)
groupId
- The ID of the group certificate configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.