Struct aws_sdk_emr::operation::remove_managed_scaling_policy::builders::RemoveManagedScalingPolicyInputBuilder
source · #[non_exhaustive]pub struct RemoveManagedScalingPolicyInputBuilder { /* private fields */ }Expand description
A builder for RemoveManagedScalingPolicyInput.
Implementations§
source§impl RemoveManagedScalingPolicyInputBuilder
impl RemoveManagedScalingPolicyInputBuilder
sourcepub fn cluster_id(self, input: impl Into<String>) -> Self
pub fn cluster_id(self, input: impl Into<String>) -> Self
Specifies the ID of the cluster from which the managed scaling policy will be removed.
sourcepub fn set_cluster_id(self, input: Option<String>) -> Self
pub fn set_cluster_id(self, input: Option<String>) -> Self
Specifies the ID of the cluster from which the managed scaling policy will be removed.
sourcepub fn build(self) -> Result<RemoveManagedScalingPolicyInput, BuildError>
pub fn build(self) -> Result<RemoveManagedScalingPolicyInput, BuildError>
Consumes the builder and constructs a RemoveManagedScalingPolicyInput.
Trait Implementations§
source§impl Clone for RemoveManagedScalingPolicyInputBuilder
impl Clone for RemoveManagedScalingPolicyInputBuilder
source§fn clone(&self) -> RemoveManagedScalingPolicyInputBuilder
fn clone(&self) -> RemoveManagedScalingPolicyInputBuilder
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 RemoveManagedScalingPolicyInputBuilder
impl Default for RemoveManagedScalingPolicyInputBuilder
source§fn default() -> RemoveManagedScalingPolicyInputBuilder
fn default() -> RemoveManagedScalingPolicyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RemoveManagedScalingPolicyInputBuilder> for RemoveManagedScalingPolicyInputBuilder
impl PartialEq<RemoveManagedScalingPolicyInputBuilder> for RemoveManagedScalingPolicyInputBuilder
source§fn eq(&self, other: &RemoveManagedScalingPolicyInputBuilder) -> bool
fn eq(&self, other: &RemoveManagedScalingPolicyInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.