public static interface ListDataSetsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsRequest.Builder |
applicationId(String applicationId)
The unique identifier of the application for which you want to list the associated data sets.
|
ListDataSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDataSetsRequest.Builder |
nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListDataSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataSetsRequest.Builder |
prefix(String prefix)
The prefix of the data set name, which you can use to filter the list of data sets.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSetsRequest.Builder applicationId(String applicationId)
The unique identifier of the application for which you want to list the associated data sets.
applicationId - The unique identifier of the application for which you want to list the associated data sets.ListDataSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return.
maxResults - The maximum number of objects to return.ListDataSetsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.ListDataSetsRequest.Builder prefix(String prefix)
The prefix of the data set name, which you can use to filter the list of data sets.
prefix - The prefix of the data set name, which you can use to filter the list of data sets.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.