public static interface ListDatabasesRequest.Builder extends TimestreamWriteRequest.Builder, SdkPojo, CopyableBuilder<ListDatabasesRequest.Builder,ListDatabasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesRequest.Builder |
maxResults(Integer maxResults)
The total number of items to return in the output.
|
ListDatabasesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListDatabasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatabasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatabasesRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
nextToken - The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent
API invocation.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.
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.ListDatabasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatabasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.