Struct aws_sdk_cloudfront::model::query_arg_profile::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for QueryArgProfile
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn query_arg(self, input: impl Into<String>) -> Self
pub fn query_arg(self, input: impl Into<String>) -> Self
Query argument for field-level encryption query argument-profile mapping.
sourcepub fn set_query_arg(self, input: Option<String>) -> Self
pub fn set_query_arg(self, input: Option<String>) -> Self
Query argument for field-level encryption query argument-profile mapping.
sourcepub fn profile_id(self, input: impl Into<String>) -> Self
pub fn profile_id(self, input: impl Into<String>) -> Self
ID of profile to use for field-level encryption query argument-profile mapping
sourcepub fn set_profile_id(self, input: Option<String>) -> Self
pub fn set_profile_id(self, input: Option<String>) -> Self
ID of profile to use for field-level encryption query argument-profile mapping
sourcepub fn build(self) -> QueryArgProfile
pub fn build(self) -> QueryArgProfile
Consumes the builder and constructs a QueryArgProfile
.