public static interface UploadServerCertificateResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<UploadServerCertificateResponse.Builder,UploadServerCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
default UploadServerCertificateResponse.Builder |
serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and
private key.
|
UploadServerCertificateResponse.Builder |
serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and
private key.
|
UploadServerCertificateResponse.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the new IAM server certificate.
|
UploadServerCertificateResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new IAM server certificate.
|
UploadServerCertificateResponse.Builder |
tags(Tag... tags)
A list of tags that are attached to the new IAM server certificate.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUploadServerCertificateResponse.Builder serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
serverCertificateMetadata - The meta information of the uploaded server certificate without its certificate body, certificate
chain, and private key.default UploadServerCertificateResponse.Builder serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
This is a convenience method that creates an instance of theServerCertificateMetadata.Builder
avoiding the need to create one manually via ServerCertificateMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to serverCertificateMetadata(ServerCertificateMetadata).
serverCertificateMetadata - a consumer that will call methods on ServerCertificateMetadata.BuilderserverCertificateMetadata(ServerCertificateMetadata)UploadServerCertificateResponse.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the new IAM server certificate. The returned list of tags is
sorted by tag key. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.UploadServerCertificateResponse.Builder tags(Tag... tags)
A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the new IAM server certificate. The returned list of tags is
sorted by tag key. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.UploadServerCertificateResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.