Struct aws_sdk_cloudfront::model::query_arg_profile::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for QueryArgProfile
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more