Interface DescribeWebsiteCertificateAuthorityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeWebsiteCertificateAuthorityResponse.Builder,
,DescribeWebsiteCertificateAuthorityResponse> SdkBuilder<DescribeWebsiteCertificateAuthorityResponse.Builder,
,DescribeWebsiteCertificateAuthorityResponse> SdkPojo
,SdkResponse.Builder
,WorkLinkResponse.Builder
- Enclosing class:
DescribeWebsiteCertificateAuthorityResponse
public static interface DescribeWebsiteCertificateAuthorityResponse.Builder
extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<DescribeWebsiteCertificateAuthorityResponse.Builder,DescribeWebsiteCertificateAuthorityResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertificate
(String certificate) The root certificate of the certificate authority.createdTime
(Instant createdTime) The time that the certificate authority was added.displayName
(String displayName) The certificate name to display.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
certificate
The root certificate of the certificate authority.
- Parameters:
certificate
- The root certificate of the certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time that the certificate authority was added.
- Parameters:
createdTime
- The time that the certificate authority was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The certificate name to display.
- Parameters:
displayName
- The certificate name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-