Struct aws_sdk_kafka::model::cluster_operation_step_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClusterOperationStepInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn step_status(self, input: impl Into<String>) -> Self
pub fn step_status(self, input: impl Into<String>) -> Self
The steps current status.
sourcepub fn set_step_status(self, input: Option<String>) -> Self
pub fn set_step_status(self, input: Option<String>) -> Self
The steps current status.
sourcepub fn build(self) -> ClusterOperationStepInfo
pub fn build(self) -> ClusterOperationStepInfo
Consumes the builder and constructs a ClusterOperationStepInfo
.