Struct aws_sdk_globalaccelerator::operation::update_accelerator::builders::UpdateAcceleratorOutputBuilder
source · #[non_exhaustive]pub struct UpdateAcceleratorOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAcceleratorOutput.
Implementations§
source§impl UpdateAcceleratorOutputBuilder
impl UpdateAcceleratorOutputBuilder
sourcepub fn accelerator(self, input: Accelerator) -> Self
pub fn accelerator(self, input: Accelerator) -> Self
Information about the updated accelerator.
sourcepub fn set_accelerator(self, input: Option<Accelerator>) -> Self
pub fn set_accelerator(self, input: Option<Accelerator>) -> Self
Information about the updated accelerator.
sourcepub fn build(self) -> UpdateAcceleratorOutput
pub fn build(self) -> UpdateAcceleratorOutput
Consumes the builder and constructs a UpdateAcceleratorOutput.
Trait Implementations§
source§impl Clone for UpdateAcceleratorOutputBuilder
impl Clone for UpdateAcceleratorOutputBuilder
source§fn clone(&self) -> UpdateAcceleratorOutputBuilder
fn clone(&self) -> UpdateAcceleratorOutputBuilder
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 UpdateAcceleratorOutputBuilder
impl Default for UpdateAcceleratorOutputBuilder
source§fn default() -> UpdateAcceleratorOutputBuilder
fn default() -> UpdateAcceleratorOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateAcceleratorOutputBuilder> for UpdateAcceleratorOutputBuilder
impl PartialEq<UpdateAcceleratorOutputBuilder> for UpdateAcceleratorOutputBuilder
source§fn eq(&self, other: &UpdateAcceleratorOutputBuilder) -> bool
fn eq(&self, other: &UpdateAcceleratorOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.