Interface ListSchemasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,GlueRequest.Builder,SdkBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSchemasRequest
public static interface ListSchemasRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListSchemasRequest.BuildermaxResults(Integer maxResults)Maximum number of results required per page.ListSchemasRequest.BuildernextToken(String nextToken)A continuation token, if this is a continuation call.ListSchemasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListSchemasRequest.BuilderregistryId(Consumer<RegistryId.Builder> registryId)A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).ListSchemasRequest.BuilderregistryId(RegistryId registryId)A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
registryId
ListSchemasRequest.Builder registryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
- Parameters:
registryId- A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryId
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.Builderavoiding the need to create one manually viaRegistryId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistryId(RegistryId).- Parameters:
registryId- a consumer that will call methods onRegistryId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
registryId(RegistryId)
-
maxResults
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.
- Parameters:
maxResults- Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSchemasRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
- Parameters:
nextToken- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-