Struct aws_sdk_kafka::types::builders::ClusterOperationStepBuilder
source · #[non_exhaustive]pub struct ClusterOperationStepBuilder { /* private fields */ }Expand description
A builder for ClusterOperationStep.
Implementations§
source§impl ClusterOperationStepBuilder
impl ClusterOperationStepBuilder
sourcepub fn step_info(self, input: ClusterOperationStepInfo) -> Self
pub fn step_info(self, input: ClusterOperationStepInfo) -> Self
Information about the step and its status.
sourcepub fn set_step_info(self, input: Option<ClusterOperationStepInfo>) -> Self
pub fn set_step_info(self, input: Option<ClusterOperationStepInfo>) -> Self
Information about the step and its status.
sourcepub fn set_step_name(self, input: Option<String>) -> Self
pub fn set_step_name(self, input: Option<String>) -> Self
The name of the step.
sourcepub fn build(self) -> ClusterOperationStep
pub fn build(self) -> ClusterOperationStep
Consumes the builder and constructs a ClusterOperationStep.
Trait Implementations§
source§impl Clone for ClusterOperationStepBuilder
impl Clone for ClusterOperationStepBuilder
source§fn clone(&self) -> ClusterOperationStepBuilder
fn clone(&self) -> ClusterOperationStepBuilder
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 ClusterOperationStepBuilder
impl Debug for ClusterOperationStepBuilder
source§impl Default for ClusterOperationStepBuilder
impl Default for ClusterOperationStepBuilder
source§fn default() -> ClusterOperationStepBuilder
fn default() -> ClusterOperationStepBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ClusterOperationStepBuilder> for ClusterOperationStepBuilder
impl PartialEq<ClusterOperationStepBuilder> for ClusterOperationStepBuilder
source§fn eq(&self, other: &ClusterOperationStepBuilder) -> bool
fn eq(&self, other: &ClusterOperationStepBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.