public static interface GetTrustStoreCertificateResponse.Builder extends WorkSpacesWebResponse.Builder, SdkPojo, CopyableBuilder<GetTrustStoreCertificateResponse.Builder,GetTrustStoreCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTrustStoreCertificateResponse.Builder |
certificate(Certificate certificate)
The certificate of the trust store certificate.
|
default GetTrustStoreCertificateResponse.Builder |
certificate(Consumer<Certificate.Builder> certificate)
The certificate of the trust store certificate.
|
GetTrustStoreCertificateResponse.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTrustStoreCertificateResponse.Builder certificate(Certificate certificate)
The certificate of the trust store certificate.
certificate - The certificate of the trust store certificate.default GetTrustStoreCertificateResponse.Builder certificate(Consumer<Certificate.Builder> certificate)
The certificate of the trust store certificate.
This is a convenience method 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.Buildercertificate(Certificate)GetTrustStoreCertificateResponse.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store certificate.
trustStoreArn - The ARN of the trust store certificate.Copyright © 2023. All rights reserved.