public static interface ListNamespacesRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListNamespacesRequest.Builder |
nextToken(String nextToken)
If your initial
ListNamespaces operation returns a nextToken, you can include the
returned nextToken in following ListNamespaces operations, which returns results in
the next page. |
ListNamespacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNamespacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamespacesRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.ListNamespacesRequest.Builder nextToken(String nextToken)
If your initial ListNamespaces operation returns a nextToken, you can include the
returned nextToken in following ListNamespaces operations, which returns results in
the next page.
nextToken - If your initial ListNamespaces operation returns a nextToken, you can
include the returned nextToken in following ListNamespaces operations, which
returns results in the next page.ListNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.