Struct aws_sdk_kafka::model::cluster_operation_step::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterOperationStep
.
Implementations§
source§impl Builder
impl Builder
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
.