public static interface ListDataSetsRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListDataSetsRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListDataSetsRequest.Builder |
origin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
ListDataSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by a single call.
maxResults - The maximum number of results returned by a single call.ListDataSetsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListDataSetsRequest.Builder origin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the
account (for subscribers).ListDataSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.