Struct aws_sdk_elasticbeanstalk::operation::create_platform_version::builders::CreatePlatformVersionInputBuilder
source · #[non_exhaustive]pub struct CreatePlatformVersionInputBuilder { /* private fields */ }
Expand description
A builder for CreatePlatformVersionInput
.
Implementations§
source§impl CreatePlatformVersionInputBuilder
impl CreatePlatformVersionInputBuilder
sourcepub fn platform_name(self, input: impl Into<String>) -> Self
pub fn platform_name(self, input: impl Into<String>) -> Self
The name of your custom platform.
sourcepub fn set_platform_name(self, input: Option<String>) -> Self
pub fn set_platform_name(self, input: Option<String>) -> Self
The name of your custom platform.
sourcepub fn get_platform_name(&self) -> &Option<String>
pub fn get_platform_name(&self) -> &Option<String>
The name of your custom platform.
sourcepub fn platform_version(self, input: impl Into<String>) -> Self
pub fn platform_version(self, input: impl Into<String>) -> Self
The number, such as 1.0.2, for the new platform version.
sourcepub fn set_platform_version(self, input: Option<String>) -> Self
pub fn set_platform_version(self, input: Option<String>) -> Self
The number, such as 1.0.2, for the new platform version.
sourcepub fn get_platform_version(&self) -> &Option<String>
pub fn get_platform_version(&self) -> &Option<String>
The number, such as 1.0.2, for the new platform version.
sourcepub fn platform_definition_bundle(self, input: S3Location) -> Self
pub fn platform_definition_bundle(self, input: S3Location) -> Self
The location of the platform definition archive in Amazon S3.
sourcepub fn set_platform_definition_bundle(self, input: Option<S3Location>) -> Self
pub fn set_platform_definition_bundle(self, input: Option<S3Location>) -> Self
The location of the platform definition archive in Amazon S3.
sourcepub fn get_platform_definition_bundle(&self) -> &Option<S3Location>
pub fn get_platform_definition_bundle(&self) -> &Option<S3Location>
The location of the platform definition archive in Amazon S3.
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name of the builder environment.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name of the builder environment.
sourcepub fn get_environment_name(&self) -> &Option<String>
pub fn get_environment_name(&self) -> &Option<String>
The name of the builder environment.
sourcepub fn option_settings(self, input: ConfigurationOptionSetting) -> Self
pub fn option_settings(self, input: ConfigurationOptionSetting) -> Self
Appends an item to option_settings
.
To override the contents of this collection use set_option_settings
.
The configuration option settings to apply to the builder environment.
sourcepub fn set_option_settings(
self,
input: Option<Vec<ConfigurationOptionSetting>>
) -> Self
pub fn set_option_settings( self, input: Option<Vec<ConfigurationOptionSetting>> ) -> Self
The configuration option settings to apply to the builder environment.
sourcepub fn get_option_settings(&self) -> &Option<Vec<ConfigurationOptionSetting>>
pub fn get_option_settings(&self) -> &Option<Vec<ConfigurationOptionSetting>>
The configuration option settings to apply to the builder environment.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.
sourcepub fn build(self) -> Result<CreatePlatformVersionInput, BuildError>
pub fn build(self) -> Result<CreatePlatformVersionInput, BuildError>
Consumes the builder and constructs a CreatePlatformVersionInput
.
source§impl CreatePlatformVersionInputBuilder
impl CreatePlatformVersionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreatePlatformVersionOutput, SdkError<CreatePlatformVersionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreatePlatformVersionOutput, SdkError<CreatePlatformVersionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreatePlatformVersionInputBuilder
impl Clone for CreatePlatformVersionInputBuilder
source§fn clone(&self) -> CreatePlatformVersionInputBuilder
fn clone(&self) -> CreatePlatformVersionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreatePlatformVersionInputBuilder
impl Default for CreatePlatformVersionInputBuilder
source§fn default() -> CreatePlatformVersionInputBuilder
fn default() -> CreatePlatformVersionInputBuilder
source§impl PartialEq<CreatePlatformVersionInputBuilder> for CreatePlatformVersionInputBuilder
impl PartialEq<CreatePlatformVersionInputBuilder> for CreatePlatformVersionInputBuilder
source§fn eq(&self, other: &CreatePlatformVersionInputBuilder) -> bool
fn eq(&self, other: &CreatePlatformVersionInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.