public static interface ServerCertificate.Builder extends SdkPojo, CopyableBuilder<ServerCertificate.Builder,ServerCertificate>
| Modifier and Type | Method and Description |
|---|---|
ServerCertificate.Builder |
certificateBody(String certificateBody)
The contents of the public key certificate.
|
ServerCertificate.Builder |
certificateChain(String certificateChain)
The contents of the public key certificate chain.
|
default ServerCertificate.Builder |
serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
|
ServerCertificate.Builder |
tags(Collection<Tag> tags)
A list of tags that are attached to the server certificate.
|
ServerCertificate.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the server certificate.
|
ServerCertificate.Builder |
tags(Tag... tags)
A list of tags that are attached to the server certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerCertificate.Builder serverCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
serverCertificateMetadata - The meta information of the server certificate, such as its name, path, ID, and ARN.default ServerCertificate.Builder serverCertificateMetadata(Consumer<ServerCertificateMetadata.Builder> serverCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
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)ServerCertificate.Builder certificateBody(String certificateBody)
The contents of the public key certificate.
certificateBody - The contents of the public key certificate.ServerCertificate.Builder certificateChain(String certificateChain)
The contents of the public key certificate chain.
certificateChain - The contents of the public key certificate chain.ServerCertificate.Builder tags(Collection<Tag> tags)
A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.ServerCertificate.Builder tags(Tag... tags)
A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
tags - A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the
IAM User Guide.ServerCertificate.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags that are attached to the server certificate. 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.