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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UploadServerCertificateResponse.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 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.Builder
serverCertificateMetadata(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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
Copyright © 2021. All rights reserved.