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