#[non_exhaustive]pub struct DescribeClusterInputBuilder { /* private fields */ }Expand description
A builder for DescribeClusterInput.
Implementations§
source§impl DescribeClusterInputBuilder
impl DescribeClusterInputBuilder
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.
Trait Implementations§
source§impl Clone for DescribeClusterInputBuilder
impl Clone for DescribeClusterInputBuilder
source§fn clone(&self) -> DescribeClusterInputBuilder
fn clone(&self) -> DescribeClusterInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeClusterInputBuilder
impl Debug for DescribeClusterInputBuilder
source§impl Default for DescribeClusterInputBuilder
impl Default for DescribeClusterInputBuilder
source§fn default() -> DescribeClusterInputBuilder
fn default() -> DescribeClusterInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeClusterInputBuilder> for DescribeClusterInputBuilder
impl PartialEq<DescribeClusterInputBuilder> for DescribeClusterInputBuilder
source§fn eq(&self, other: &DescribeClusterInputBuilder) -> bool
fn eq(&self, other: &DescribeClusterInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.