Struct aws_sdk_iam::model::server_certificate::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ServerCertificate
Implementations
The meta information of the server certificate, such as its name, path, ID, and ARN.
pub fn set_server_certificate_metadata(
self,
input: Option<ServerCertificateMetadata>
) -> Self
pub fn set_server_certificate_metadata(
self,
input: Option<ServerCertificateMetadata>
) -> Self
The meta information of the server certificate, such as its name, path, ID, and ARN.
The contents of the public key certificate.
The contents of the public key certificate.
The contents of the public key certificate chain.
The contents of the public key certificate chain.
Appends an item to tags
.
To override the contents of this collection use set_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.
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.
Consumes the builder and constructs a ServerCertificate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more