Struct aws_sdk_batch::operation::delete_compute_environment::builders::DeleteComputeEnvironmentInputBuilder
source · #[non_exhaustive]pub struct DeleteComputeEnvironmentInputBuilder { /* private fields */ }
Expand description
A builder for DeleteComputeEnvironmentInput
.
Implementations§
source§impl DeleteComputeEnvironmentInputBuilder
impl DeleteComputeEnvironmentInputBuilder
sourcepub fn compute_environment(self, input: impl Into<String>) -> Self
pub fn compute_environment(self, input: impl Into<String>) -> Self
The name or Amazon Resource Name (ARN) of the compute environment to delete.
sourcepub fn set_compute_environment(self, input: Option<String>) -> Self
pub fn set_compute_environment(self, input: Option<String>) -> Self
The name or Amazon Resource Name (ARN) of the compute environment to delete.
sourcepub fn build(self) -> Result<DeleteComputeEnvironmentInput, BuildError>
pub fn build(self) -> Result<DeleteComputeEnvironmentInput, BuildError>
Consumes the builder and constructs a DeleteComputeEnvironmentInput
.
Trait Implementations§
source§impl Clone for DeleteComputeEnvironmentInputBuilder
impl Clone for DeleteComputeEnvironmentInputBuilder
source§fn clone(&self) -> DeleteComputeEnvironmentInputBuilder
fn clone(&self) -> DeleteComputeEnvironmentInputBuilder
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 DeleteComputeEnvironmentInputBuilder
impl Default for DeleteComputeEnvironmentInputBuilder
source§fn default() -> DeleteComputeEnvironmentInputBuilder
fn default() -> DeleteComputeEnvironmentInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteComputeEnvironmentInputBuilder> for DeleteComputeEnvironmentInputBuilder
impl PartialEq<DeleteComputeEnvironmentInputBuilder> for DeleteComputeEnvironmentInputBuilder
source§fn eq(&self, other: &DeleteComputeEnvironmentInputBuilder) -> bool
fn eq(&self, other: &DeleteComputeEnvironmentInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.