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