pub struct Builder { /* private fields */ }
Expand description
A builder for RefreshSchemasOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn refresh_schemas_status(self, input: RefreshSchemasStatus) -> Self
pub fn refresh_schemas_status(self, input: RefreshSchemasStatus) -> Self
The status of the refreshed schema.
sourcepub fn set_refresh_schemas_status(
self,
input: Option<RefreshSchemasStatus>
) -> Self
pub fn set_refresh_schemas_status(
self,
input: Option<RefreshSchemasStatus>
) -> Self
The status of the refreshed schema.
sourcepub fn build(self) -> RefreshSchemasOutput
pub fn build(self) -> RefreshSchemasOutput
Consumes the builder and constructs a RefreshSchemasOutput
.