public static interface DeleteSchemaRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteSchemaRequest.Builder,DeleteSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DeleteSchemaRequest.Builder |
schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
DeleteSchemaRequest.Builder |
schemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSchemaRequest.Builder schemaId(SchemaId schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId - This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).default DeleteSchemaRequest.Builder schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
This is a convenience method that creates an instance of theSchemaId.Builder avoiding the need to
create one manually via SchemaId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schemaId(SchemaId).
schemaId - a consumer that will call methods on SchemaId.BuilderschemaId(SchemaId)DeleteSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.