Struct aws_sdk_cloudfront::operation::create_public_key::builders::CreatePublicKeyInputBuilder
source · #[non_exhaustive]pub struct CreatePublicKeyInputBuilder { /* private fields */ }
Expand description
A builder for CreatePublicKeyInput
.
Implementations§
source§impl CreatePublicKeyInputBuilder
impl CreatePublicKeyInputBuilder
sourcepub fn public_key_config(self, input: PublicKeyConfig) -> Self
pub fn public_key_config(self, input: PublicKeyConfig) -> Self
A CloudFront public key configuration.
sourcepub fn set_public_key_config(self, input: Option<PublicKeyConfig>) -> Self
pub fn set_public_key_config(self, input: Option<PublicKeyConfig>) -> Self
A CloudFront public key configuration.
sourcepub fn build(self) -> Result<CreatePublicKeyInput, BuildError>
pub fn build(self) -> Result<CreatePublicKeyInput, BuildError>
Consumes the builder and constructs a CreatePublicKeyInput
.
Trait Implementations§
source§impl Clone for CreatePublicKeyInputBuilder
impl Clone for CreatePublicKeyInputBuilder
source§fn clone(&self) -> CreatePublicKeyInputBuilder
fn clone(&self) -> CreatePublicKeyInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreatePublicKeyInputBuilder
impl Debug for CreatePublicKeyInputBuilder
source§impl Default for CreatePublicKeyInputBuilder
impl Default for CreatePublicKeyInputBuilder
source§fn default() -> CreatePublicKeyInputBuilder
fn default() -> CreatePublicKeyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreatePublicKeyInputBuilder> for CreatePublicKeyInputBuilder
impl PartialEq<CreatePublicKeyInputBuilder> for CreatePublicKeyInputBuilder
source§fn eq(&self, other: &CreatePublicKeyInputBuilder) -> bool
fn eq(&self, other: &CreatePublicKeyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.