public static interface DescribeCertificateResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeCertificateResponse.Builder,DescribeCertificateResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCertificateResponse.Builder |
certificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the
state, expiration date time, and certificate common name.
|
default DescribeCertificateResponse.Builder |
certificate(Consumer<Certificate.Builder> certificate)
Information about the certificate, including registered date time, certificate state, the reason for the
state, expiration date time, and certificate common name.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeCertificateResponse.Builder certificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
certificate
- Information about the certificate, including registered date time, certificate state, the reason for
the state, expiration date time, and certificate common name.default DescribeCertificateResponse.Builder certificate(Consumer<Certificate.Builder> certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.
This is a convenience that creates an instance of theCertificate.Builder
avoiding the need to create
one manually via Certificate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to certificate(Certificate)
.certificate
- a consumer that will call methods on Certificate.Builder
certificate(Certificate)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.