Interface GetSchemaByDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSchemaByDefinitionRequest.Builder,GetSchemaByDefinitionRequest>,GlueRequest.Builder,SdkBuilder<GetSchemaByDefinitionRequest.Builder,GetSchemaByDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSchemaByDefinitionRequest
public static interface GetSchemaByDefinitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetSchemaByDefinitionRequest.Builder,GetSchemaByDefinitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetSchemaByDefinitionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSchemaByDefinitionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSchemaByDefinitionRequest.BuilderschemaDefinition(String schemaDefinition)The definition of the schema for which schema details are required.default GetSchemaByDefinitionRequest.BuilderschemaId(Consumer<SchemaId.Builder> schemaId)This is a wrapper structure to contain schema identity fields.GetSchemaByDefinitionRequest.BuilderschemaId(SchemaId schemaId)This is a wrapper structure to contain schema identity fields.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
schemaId
GetSchemaByDefinitionRequest.Builder schemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
- Parameters:
schemaId- This is a wrapper structure to contain schema identity fields. The structure contains:-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
schemaId
default GetSchemaByDefinitionRequest.Builder schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
SchemaId.Builderavoiding the need to create one manually viaSchemaId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaId(SchemaId).- Parameters:
schemaId- a consumer that will call methods onSchemaId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schemaId(SchemaId)
-
-
schemaDefinition
GetSchemaByDefinitionRequest.Builder schemaDefinition(String schemaDefinition)
The definition of the schema for which schema details are required.
- Parameters:
schemaDefinition- The definition of the schema for which schema details are required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSchemaByDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSchemaByDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-