Struct aws_sdk_cloudfront::model::public_key::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PublicKey
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The date and time when the public key was uploaded.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The date and time when the public key was uploaded.
sourcepub fn public_key_config(self, input: PublicKeyConfig) -> Self
pub fn public_key_config(self, input: PublicKeyConfig) -> Self
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.
sourcepub fn set_public_key_config(self, input: Option<PublicKeyConfig>) -> Self
pub fn set_public_key_config(self, input: Option<PublicKeyConfig>) -> Self
Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.