Struct aws_sdk_batch::operation::create_compute_environment::builders::CreateComputeEnvironmentOutputBuilder
source · #[non_exhaustive]pub struct CreateComputeEnvironmentOutputBuilder { /* private fields */ }
Expand description
A builder for CreateComputeEnvironmentOutput
.
Implementations§
source§impl CreateComputeEnvironmentOutputBuilder
impl CreateComputeEnvironmentOutputBuilder
sourcepub fn compute_environment_name(self, input: impl Into<String>) -> Self
pub fn compute_environment_name(self, input: impl Into<String>) -> Self
The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
sourcepub fn set_compute_environment_name(self, input: Option<String>) -> Self
pub fn set_compute_environment_name(self, input: Option<String>) -> Self
The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
sourcepub fn get_compute_environment_name(&self) -> &Option<String>
pub fn get_compute_environment_name(&self) -> &Option<String>
The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
sourcepub fn compute_environment_arn(self, input: impl Into<String>) -> Self
pub fn compute_environment_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the compute environment.
sourcepub fn set_compute_environment_arn(self, input: Option<String>) -> Self
pub fn set_compute_environment_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the compute environment.
sourcepub fn get_compute_environment_arn(&self) -> &Option<String>
pub fn get_compute_environment_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the compute environment.
sourcepub fn build(self) -> CreateComputeEnvironmentOutput
pub fn build(self) -> CreateComputeEnvironmentOutput
Consumes the builder and constructs a CreateComputeEnvironmentOutput
.
Trait Implementations§
source§impl Clone for CreateComputeEnvironmentOutputBuilder
impl Clone for CreateComputeEnvironmentOutputBuilder
source§fn clone(&self) -> CreateComputeEnvironmentOutputBuilder
fn clone(&self) -> CreateComputeEnvironmentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateComputeEnvironmentOutputBuilder
impl Default for CreateComputeEnvironmentOutputBuilder
source§fn default() -> CreateComputeEnvironmentOutputBuilder
fn default() -> CreateComputeEnvironmentOutputBuilder
source§impl PartialEq<CreateComputeEnvironmentOutputBuilder> for CreateComputeEnvironmentOutputBuilder
impl PartialEq<CreateComputeEnvironmentOutputBuilder> for CreateComputeEnvironmentOutputBuilder
source§fn eq(&self, other: &CreateComputeEnvironmentOutputBuilder) -> bool
fn eq(&self, other: &CreateComputeEnvironmentOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.