Interface ListSchemasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,SchemasRequest.Builder,SdkBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSchemasRequest
public static interface ListSchemasRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemasRequest.Builderlimit(Integer limit)Sets the value of the Limit property for this object.ListSchemasRequest.BuildernextToken(String nextToken)The token that specifies the next page of results to return.ListSchemasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSchemasRequest.BuilderregistryName(String registryName)The name of the registry.ListSchemasRequest.BuilderschemaNamePrefix(String schemaNamePrefix)Specifying this limits the results to only those schema names that start with the specified prefix.-
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.schemas.model.SchemasRequest.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
-
limit
ListSchemasRequest.Builder limit(Integer limit)
Sets the value of the Limit property for this object.- Parameters:
limit- The new value for the Limit property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSchemasRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
- Parameters:
nextToken- The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryName
ListSchemasRequest.Builder registryName(String registryName)
The name of the registry.
- Parameters:
registryName- The name of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaNamePrefix
ListSchemasRequest.Builder schemaNamePrefix(String schemaNamePrefix)
Specifying this limits the results to only those schema names that start with the specified prefix.
- Parameters:
schemaNamePrefix- Specifying this limits the results to only those schema names that start with the specified prefix.- 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
-
-