Struct aws_sdk_emr::input::describe_cluster_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeClusterInput.
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
The identifier of the cluster to describe.
sourcepub fn set_cluster_id(self, input: Option<String>) -> Self
pub fn set_cluster_id(self, input: Option<String>) -> Self
The identifier of the cluster to describe.
sourcepub fn build(self) -> Result<DescribeClusterInput, BuildError>
pub fn build(self) -> Result<DescribeClusterInput, BuildError>
Consumes the builder and constructs a DescribeClusterInput.