Struct aws_sdk_cloudfront::types::builders::QueryArgProfileBuilder
source · #[non_exhaustive]pub struct QueryArgProfileBuilder { /* private fields */ }
Expand description
A builder for QueryArgProfile
.
Implementations§
source§impl QueryArgProfileBuilder
impl QueryArgProfileBuilder
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§
source§impl Clone for QueryArgProfileBuilder
impl Clone for QueryArgProfileBuilder
source§fn clone(&self) -> QueryArgProfileBuilder
fn clone(&self) -> QueryArgProfileBuilder
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 QueryArgProfileBuilder
impl Debug for QueryArgProfileBuilder
source§impl Default for QueryArgProfileBuilder
impl Default for QueryArgProfileBuilder
source§fn default() -> QueryArgProfileBuilder
fn default() -> QueryArgProfileBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<QueryArgProfileBuilder> for QueryArgProfileBuilder
impl PartialEq<QueryArgProfileBuilder> for QueryArgProfileBuilder
source§fn eq(&self, other: &QueryArgProfileBuilder) -> bool
fn eq(&self, other: &QueryArgProfileBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.