pub struct Builder { /* private fields */ }Expand description
A builder for GetAutoTerminationPolicyInput.
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 Amazon EMR cluster for which the auto-termination policy will be fetched.
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 Amazon EMR cluster for which the auto-termination policy will be fetched.
sourcepub fn build(self) -> Result<GetAutoTerminationPolicyInput, BuildError>
pub fn build(self) -> Result<GetAutoTerminationPolicyInput, BuildError>
Consumes the builder and constructs a GetAutoTerminationPolicyInput.