Interface ListSchemaVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>,SchemasRequest.Builder,SdkBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSchemaVersionsRequest
public static interface ListSchemaVersionsRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsRequest.Builder,ListSchemaVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemaVersionsRequest.Builderlimit(Integer limit)Sets the value of the Limit property for this object.ListSchemaVersionsRequest.BuildernextToken(String nextToken)The token that specifies the next page of results to return.ListSchemaVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemaVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSchemaVersionsRequest.BuilderregistryName(String registryName)The name of the registry.ListSchemaVersionsRequest.BuilderschemaName(String schemaName)The name of the schema.-
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
ListSchemaVersionsRequest.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
ListSchemaVersionsRequest.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
ListSchemaVersionsRequest.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.
-
schemaName
ListSchemaVersionsRequest.Builder schemaName(String schemaName)
The name of the schema.
- Parameters:
schemaName- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSchemaVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSchemaVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-