Struct aws_sdk_ecs::input::delete_capacity_provider_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteCapacityProviderInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn capacity_provider(self, input: impl Into<String>) -> Self
pub fn capacity_provider(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
sourcepub fn set_capacity_provider(self, input: Option<String>) -> Self
pub fn set_capacity_provider(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the capacity provider to delete.
sourcepub fn build(self) -> Result<DeleteCapacityProviderInput, BuildError>
pub fn build(self) -> Result<DeleteCapacityProviderInput, BuildError>
Consumes the builder and constructs a DeleteCapacityProviderInput.