Struct aws_sdk_elasticbeanstalk::operation::describe_configuration_options::builders::DescribeConfigurationOptionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeConfigurationOptionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeConfigurationOptionsOutput.
Implementations§
source§impl DescribeConfigurationOptionsOutputBuilder
impl DescribeConfigurationOptionsOutputBuilder
sourcepub fn solution_stack_name(self, input: impl Into<String>) -> Self
pub fn solution_stack_name(self, input: impl Into<String>) -> Self
The name of the solution stack these configuration options belong to.
sourcepub fn set_solution_stack_name(self, input: Option<String>) -> Self
pub fn set_solution_stack_name(self, input: Option<String>) -> Self
The name of the solution stack these configuration options belong to.
sourcepub fn platform_arn(self, input: impl Into<String>) -> Self
pub fn platform_arn(self, input: impl Into<String>) -> Self
The ARN of the platform version.
sourcepub fn set_platform_arn(self, input: Option<String>) -> Self
pub fn set_platform_arn(self, input: Option<String>) -> Self
The ARN of the platform version.
sourcepub fn options(self, input: ConfigurationOptionDescription) -> Self
pub fn options(self, input: ConfigurationOptionDescription) -> Self
Appends an item to options.
To override the contents of this collection use set_options.
A list of ConfigurationOptionDescription.
sourcepub fn set_options(
self,
input: Option<Vec<ConfigurationOptionDescription>>
) -> Self
pub fn set_options( self, input: Option<Vec<ConfigurationOptionDescription>> ) -> Self
A list of ConfigurationOptionDescription.
sourcepub fn build(self) -> DescribeConfigurationOptionsOutput
pub fn build(self) -> DescribeConfigurationOptionsOutput
Consumes the builder and constructs a DescribeConfigurationOptionsOutput.
Trait Implementations§
source§impl Clone for DescribeConfigurationOptionsOutputBuilder
impl Clone for DescribeConfigurationOptionsOutputBuilder
source§fn clone(&self) -> DescribeConfigurationOptionsOutputBuilder
fn clone(&self) -> DescribeConfigurationOptionsOutputBuilder
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 DescribeConfigurationOptionsOutputBuilder
impl Default for DescribeConfigurationOptionsOutputBuilder
source§fn default() -> DescribeConfigurationOptionsOutputBuilder
fn default() -> DescribeConfigurationOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeConfigurationOptionsOutputBuilder> for DescribeConfigurationOptionsOutputBuilder
impl PartialEq<DescribeConfigurationOptionsOutputBuilder> for DescribeConfigurationOptionsOutputBuilder
source§fn eq(&self, other: &DescribeConfigurationOptionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeConfigurationOptionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.