Struct aws_sdk_acm::input::import_certificate_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImportCertificateInput
Implementations
The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
The certificate to import.
The certificate to import.
The private key that matches the public key in the certificate.
The private key that matches the public key in the certificate.
The PEM encoded certificate chain.
The PEM encoded certificate chain.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
Consumes the builder and constructs a ImportCertificateInput
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