Struct aws_sdk_ec2::output::create_key_pair_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateKeyPairOutput
Implementations
The SHA-1 digest of the DER encoded private key.
The SHA-1 digest of the DER encoded private key.
An unencrypted PEM encoded RSA or ED25519 private key.
An unencrypted PEM encoded RSA or ED25519 private key.
The name of the key pair.
The ID of the key pair.
The ID of the key pair.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags applied to the key pair.
Any tags applied to the key pair.
Consumes the builder and constructs a CreateKeyPairOutput
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