Struct aws_sdk_glue::operation::get_schema_by_definition::builders::GetSchemaByDefinitionOutputBuilder
source · #[non_exhaustive]pub struct GetSchemaByDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for GetSchemaByDefinitionOutput.
Implementations§
source§impl GetSchemaByDefinitionOutputBuilder
impl GetSchemaByDefinitionOutputBuilder
sourcepub fn schema_version_id(self, input: impl Into<String>) -> Self
pub fn schema_version_id(self, input: impl Into<String>) -> Self
The schema ID of the schema version.
sourcepub fn set_schema_version_id(self, input: Option<String>) -> Self
pub fn set_schema_version_id(self, input: Option<String>) -> Self
The schema ID of the schema version.
sourcepub fn get_schema_version_id(&self) -> &Option<String>
pub fn get_schema_version_id(&self) -> &Option<String>
The schema ID of the schema version.
sourcepub fn schema_arn(self, input: impl Into<String>) -> Self
pub fn schema_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the schema.
sourcepub fn set_schema_arn(self, input: Option<String>) -> Self
pub fn set_schema_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the schema.
sourcepub fn get_schema_arn(&self) -> &Option<String>
pub fn get_schema_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn data_format(self, input: DataFormat) -> Self
pub fn data_format(self, input: DataFormat) -> Self
The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
sourcepub fn set_data_format(self, input: Option<DataFormat>) -> Self
pub fn set_data_format(self, input: Option<DataFormat>) -> Self
The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
sourcepub fn get_data_format(&self) -> &Option<DataFormat>
pub fn get_data_format(&self) -> &Option<DataFormat>
The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
sourcepub fn status(self, input: SchemaVersionStatus) -> Self
pub fn status(self, input: SchemaVersionStatus) -> Self
The status of the schema version.
sourcepub fn set_status(self, input: Option<SchemaVersionStatus>) -> Self
pub fn set_status(self, input: Option<SchemaVersionStatus>) -> Self
The status of the schema version.
sourcepub fn get_status(&self) -> &Option<SchemaVersionStatus>
pub fn get_status(&self) -> &Option<SchemaVersionStatus>
The status of the schema version.
sourcepub fn created_time(self, input: impl Into<String>) -> Self
pub fn created_time(self, input: impl Into<String>) -> Self
The date and time the schema was created.
sourcepub fn set_created_time(self, input: Option<String>) -> Self
pub fn set_created_time(self, input: Option<String>) -> Self
The date and time the schema was created.
sourcepub fn get_created_time(&self) -> &Option<String>
pub fn get_created_time(&self) -> &Option<String>
The date and time the schema was created.
sourcepub fn build(self) -> GetSchemaByDefinitionOutput
pub fn build(self) -> GetSchemaByDefinitionOutput
Consumes the builder and constructs a GetSchemaByDefinitionOutput.
Trait Implementations§
source§impl Clone for GetSchemaByDefinitionOutputBuilder
impl Clone for GetSchemaByDefinitionOutputBuilder
source§fn clone(&self) -> GetSchemaByDefinitionOutputBuilder
fn clone(&self) -> GetSchemaByDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSchemaByDefinitionOutputBuilder
impl Default for GetSchemaByDefinitionOutputBuilder
source§fn default() -> GetSchemaByDefinitionOutputBuilder
fn default() -> GetSchemaByDefinitionOutputBuilder
source§impl PartialEq<GetSchemaByDefinitionOutputBuilder> for GetSchemaByDefinitionOutputBuilder
impl PartialEq<GetSchemaByDefinitionOutputBuilder> for GetSchemaByDefinitionOutputBuilder
source§fn eq(&self, other: &GetSchemaByDefinitionOutputBuilder) -> bool
fn eq(&self, other: &GetSchemaByDefinitionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.