pub struct Builder { /* private fields */ }Expand description
A builder for RemoveManagedScalingPolicyInput.
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 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.