public static interface ListSchemasRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchemasRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results required per page.
|
ListSchemasRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListSchemasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchemasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSchemasRequest.Builder |
registryId(Consumer<RegistryId.Builder> registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
ListSchemasRequest.Builder |
registryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemasRequest.Builder registryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId - A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).default ListSchemasRequest.Builder registryId(Consumer<RegistryId.Builder> registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
This is a convenience method that creates an instance of theRegistryId.Builder avoiding the need to
create one manually via RegistryId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to registryId(RegistryId).
registryId - a consumer that will call methods on RegistryId.BuilderregistryId(RegistryId)ListSchemasRequest.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.ListSchemasRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.ListSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.