Struct aws_sdk_glue::operation::delete_schema_versions::builders::DeleteSchemaVersionsInputBuilder
source · #[non_exhaustive]pub struct DeleteSchemaVersionsInputBuilder { /* private fields */ }Expand description
A builder for DeleteSchemaVersionsInput.
Implementations§
source§impl DeleteSchemaVersionsInputBuilder
impl DeleteSchemaVersionsInputBuilder
sourcepub fn schema_id(self, input: SchemaId) -> Self
pub fn schema_id(self, input: SchemaId) -> Self
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn set_schema_id(self, input: Option<SchemaId>) -> Self
pub fn set_schema_id(self, input: Option<SchemaId>) -> Self
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn get_schema_id(&self) -> &Option<SchemaId>
pub fn get_schema_id(&self) -> &Option<SchemaId>
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
sourcepub fn versions(self, input: impl Into<String>) -> Self
pub fn versions(self, input: impl Into<String>) -> Self
A version range may be supplied which may be of the format:
-
a single version number, 5
-
a range, 5-8 : deletes versions 5, 6, 7, 8
sourcepub fn set_versions(self, input: Option<String>) -> Self
pub fn set_versions(self, input: Option<String>) -> Self
A version range may be supplied which may be of the format:
-
a single version number, 5
-
a range, 5-8 : deletes versions 5, 6, 7, 8
sourcepub fn get_versions(&self) -> &Option<String>
pub fn get_versions(&self) -> &Option<String>
A version range may be supplied which may be of the format:
-
a single version number, 5
-
a range, 5-8 : deletes versions 5, 6, 7, 8
sourcepub fn build(self) -> Result<DeleteSchemaVersionsInput, BuildError>
pub fn build(self) -> Result<DeleteSchemaVersionsInput, BuildError>
Consumes the builder and constructs a DeleteSchemaVersionsInput.
source§impl DeleteSchemaVersionsInputBuilder
impl DeleteSchemaVersionsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteSchemaVersionsOutput, SdkError<DeleteSchemaVersionsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteSchemaVersionsOutput, SdkError<DeleteSchemaVersionsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteSchemaVersionsInputBuilder
impl Clone for DeleteSchemaVersionsInputBuilder
source§fn clone(&self) -> DeleteSchemaVersionsInputBuilder
fn clone(&self) -> DeleteSchemaVersionsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteSchemaVersionsInputBuilder
impl Default for DeleteSchemaVersionsInputBuilder
source§fn default() -> DeleteSchemaVersionsInputBuilder
fn default() -> DeleteSchemaVersionsInputBuilder
source§impl PartialEq<DeleteSchemaVersionsInputBuilder> for DeleteSchemaVersionsInputBuilder
impl PartialEq<DeleteSchemaVersionsInputBuilder> for DeleteSchemaVersionsInputBuilder
source§fn eq(&self, other: &DeleteSchemaVersionsInputBuilder) -> bool
fn eq(&self, other: &DeleteSchemaVersionsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.