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 Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.