pub struct Builder { /* private fields */ }Expand description
A builder for PutManagedScalingPolicyInput.
Implementations§
source§impl Builder
impl Builder
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.