public static interface ListSchemaVersionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results required per page.
|
ListSchemaVersionsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListSchemaVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemaVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSchemaVersionsRequest.Builder |
schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure to contain schema identity fields.
|
ListSchemaVersionsRequest.Builder |
schemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemaVersionsRequest.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. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName
and RegistryName has to be provided.
default ListSchemaVersionsRequest.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. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
SchemaId.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)ListSchemaVersionsRequest.Builder maxResults(Integer maxResults)
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
maxResults - Maximum number of results required per page. If the value is not supplied, this will be defaulted to
25 per page.ListSchemaVersionsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.ListSchemaVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchemaVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.