Struct aws_sdk_cloudsearch::operation::update_scaling_parameters::builders::UpdateScalingParametersOutputBuilder
source · #[non_exhaustive]pub struct UpdateScalingParametersOutputBuilder { /* private fields */ }Expand description
A builder for UpdateScalingParametersOutput.
Implementations§
source§impl UpdateScalingParametersOutputBuilder
impl UpdateScalingParametersOutputBuilder
sourcepub fn scaling_parameters(self, input: ScalingParametersStatus) -> Self
pub fn scaling_parameters(self, input: ScalingParametersStatus) -> Self
The status and configuration of a search domain's scaling parameters.
This field is required.sourcepub fn set_scaling_parameters(
self,
input: Option<ScalingParametersStatus>
) -> Self
pub fn set_scaling_parameters( self, input: Option<ScalingParametersStatus> ) -> Self
The status and configuration of a search domain's scaling parameters.
sourcepub fn get_scaling_parameters(&self) -> &Option<ScalingParametersStatus>
pub fn get_scaling_parameters(&self) -> &Option<ScalingParametersStatus>
The status and configuration of a search domain's scaling parameters.
sourcepub fn build(self) -> UpdateScalingParametersOutput
pub fn build(self) -> UpdateScalingParametersOutput
Consumes the builder and constructs a UpdateScalingParametersOutput.
Trait Implementations§
source§impl Clone for UpdateScalingParametersOutputBuilder
impl Clone for UpdateScalingParametersOutputBuilder
source§fn clone(&self) -> UpdateScalingParametersOutputBuilder
fn clone(&self) -> UpdateScalingParametersOutputBuilder
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 Default for UpdateScalingParametersOutputBuilder
impl Default for UpdateScalingParametersOutputBuilder
source§fn default() -> UpdateScalingParametersOutputBuilder
fn default() -> UpdateScalingParametersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateScalingParametersOutputBuilder
impl PartialEq for UpdateScalingParametersOutputBuilder
source§fn eq(&self, other: &UpdateScalingParametersOutputBuilder) -> bool
fn eq(&self, other: &UpdateScalingParametersOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateScalingParametersOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateScalingParametersOutputBuilder
impl Send for UpdateScalingParametersOutputBuilder
impl Sync for UpdateScalingParametersOutputBuilder
impl Unpin for UpdateScalingParametersOutputBuilder
impl UnwindSafe for UpdateScalingParametersOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.