pub struct Builder { /* private fields */ }Expand description
A builder for GetManagedScalingPolicyOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn managed_scaling_policy(self, input: ManagedScalingPolicy) -> Self
pub fn managed_scaling_policy(self, input: ManagedScalingPolicy) -> Self
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
sourcepub fn set_managed_scaling_policy(
self,
input: Option<ManagedScalingPolicy>
) -> Self
pub fn set_managed_scaling_policy(
self,
input: Option<ManagedScalingPolicy>
) -> Self
Specifies the managed scaling policy that is attached to an Amazon EMR cluster.
sourcepub fn build(self) -> GetManagedScalingPolicyOutput
pub fn build(self) -> GetManagedScalingPolicyOutput
Consumes the builder and constructs a GetManagedScalingPolicyOutput.