Interface ListDatabasesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>, SdkBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>, SdkPojo, SdkRequest.Builder, TimestreamWriteRequest.Builder
Enclosing class:
ListDatabasesRequest

public static interface ListDatabasesRequest.Builder extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
  • Method Details

    • nextToken

      ListDatabasesRequest.Builder nextToken(String nextToken)

      The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

      Parameters:
      nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListDatabasesRequest.Builder maxResults(Integer maxResults)

      The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

      Parameters:
      maxResults - The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListDatabasesRequest.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.