public static interface DescribeWebsiteCertificateAuthorityResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeWebsiteCertificateAuthorityResponse.Builder,DescribeWebsiteCertificateAuthorityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWebsiteCertificateAuthorityResponse.Builder |
certificate(String certificate)
The root certificate of the certificate authority.
|
DescribeWebsiteCertificateAuthorityResponse.Builder |
createdTime(Instant createdTime)
The time that the certificate authority was added.
|
DescribeWebsiteCertificateAuthorityResponse.Builder |
displayName(String displayName)
The certificate name to display.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWebsiteCertificateAuthorityResponse.Builder certificate(String certificate)
The root certificate of the certificate authority.
certificate - The root certificate of the certificate authority.DescribeWebsiteCertificateAuthorityResponse.Builder createdTime(Instant createdTime)
The time that the certificate authority was added.
createdTime - The time that the certificate authority was added.DescribeWebsiteCertificateAuthorityResponse.Builder displayName(String displayName)
The certificate name to display.
displayName - The certificate name to display.Copyright © 2023. All rights reserved.