Struct aws_sdk_cloudfront::input::get_public_key_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetPublicKeyInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the public key you are getting.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the public key you are getting.
sourcepub fn build(self) -> Result<GetPublicKeyInput, BuildError>
pub fn build(self) -> Result<GetPublicKeyInput, BuildError>
Consumes the builder and constructs a GetPublicKeyInput
.