Struct aws_sdk_appsync::operation::start_schema_creation::builders::StartSchemaCreationOutputBuilder
source · #[non_exhaustive]pub struct StartSchemaCreationOutputBuilder { /* private fields */ }Expand description
A builder for StartSchemaCreationOutput.
Implementations§
source§impl StartSchemaCreationOutputBuilder
impl StartSchemaCreationOutputBuilder
sourcepub fn status(self, input: SchemaStatus) -> Self
pub fn status(self, input: SchemaStatus) -> Self
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
sourcepub fn set_status(self, input: Option<SchemaStatus>) -> Self
pub fn set_status(self, input: Option<SchemaStatus>) -> Self
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
sourcepub fn build(self) -> StartSchemaCreationOutput
pub fn build(self) -> StartSchemaCreationOutput
Consumes the builder and constructs a StartSchemaCreationOutput.
Trait Implementations§
source§impl Clone for StartSchemaCreationOutputBuilder
impl Clone for StartSchemaCreationOutputBuilder
source§fn clone(&self) -> StartSchemaCreationOutputBuilder
fn clone(&self) -> StartSchemaCreationOutputBuilder
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 Default for StartSchemaCreationOutputBuilder
impl Default for StartSchemaCreationOutputBuilder
source§fn default() -> StartSchemaCreationOutputBuilder
fn default() -> StartSchemaCreationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartSchemaCreationOutputBuilder> for StartSchemaCreationOutputBuilder
impl PartialEq<StartSchemaCreationOutputBuilder> for StartSchemaCreationOutputBuilder
source§fn eq(&self, other: &StartSchemaCreationOutputBuilder) -> bool
fn eq(&self, other: &StartSchemaCreationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.