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