Struct aws_sdk_dax::operation::update_parameter_group::builders::UpdateParameterGroupInputBuilder
source · #[non_exhaustive]pub struct UpdateParameterGroupInputBuilder { /* private fields */ }
Expand description
A builder for UpdateParameterGroupInput
.
Implementations§
source§impl UpdateParameterGroupInputBuilder
impl UpdateParameterGroupInputBuilder
sourcepub fn parameter_group_name(self, input: impl Into<String>) -> Self
pub fn parameter_group_name(self, input: impl Into<String>) -> Self
The name of the parameter group.
This field is required.sourcepub fn set_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_parameter_group_name(self, input: Option<String>) -> Self
The name of the parameter group.
sourcepub fn get_parameter_group_name(&self) -> &Option<String>
pub fn get_parameter_group_name(&self) -> &Option<String>
The name of the parameter group.
sourcepub fn parameter_name_values(self, input: ParameterNameValue) -> Self
pub fn parameter_name_values(self, input: ParameterNameValue) -> Self
Appends an item to parameter_name_values
.
To override the contents of this collection use set_parameter_name_values
.
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
record-ttl-millis
and query-ttl-millis
are the only supported parameter names. For more details, see Configuring TTL Settings.
sourcepub fn set_parameter_name_values(
self,
input: Option<Vec<ParameterNameValue>>
) -> Self
pub fn set_parameter_name_values( self, input: Option<Vec<ParameterNameValue>> ) -> Self
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
record-ttl-millis
and query-ttl-millis
are the only supported parameter names. For more details, see Configuring TTL Settings.
sourcepub fn get_parameter_name_values(&self) -> &Option<Vec<ParameterNameValue>>
pub fn get_parameter_name_values(&self) -> &Option<Vec<ParameterNameValue>>
An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.
record-ttl-millis
and query-ttl-millis
are the only supported parameter names. For more details, see Configuring TTL Settings.
sourcepub fn build(self) -> Result<UpdateParameterGroupInput, BuildError>
pub fn build(self) -> Result<UpdateParameterGroupInput, BuildError>
Consumes the builder and constructs a UpdateParameterGroupInput
.
source§impl UpdateParameterGroupInputBuilder
impl UpdateParameterGroupInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateParameterGroupOutput, SdkError<UpdateParameterGroupError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateParameterGroupOutput, SdkError<UpdateParameterGroupError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateParameterGroupInputBuilder
impl Clone for UpdateParameterGroupInputBuilder
source§fn clone(&self) -> UpdateParameterGroupInputBuilder
fn clone(&self) -> UpdateParameterGroupInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateParameterGroupInputBuilder
impl Default for UpdateParameterGroupInputBuilder
source§fn default() -> UpdateParameterGroupInputBuilder
fn default() -> UpdateParameterGroupInputBuilder
source§impl PartialEq for UpdateParameterGroupInputBuilder
impl PartialEq for UpdateParameterGroupInputBuilder
source§fn eq(&self, other: &UpdateParameterGroupInputBuilder) -> bool
fn eq(&self, other: &UpdateParameterGroupInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.