public static interface ListEventTrackersRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListEventTrackersRequest.Builder,ListEventTrackersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEventTrackersRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of a dataset group used to filter the response.
|
ListEventTrackersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of event trackers to return.
|
ListEventTrackersRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListEventTrackers for getting the next set of event
trackers (if they exist). |
ListEventTrackersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventTrackersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventTrackersRequest.Builder datasetGroupArn(String datasetGroupArn)
The ARN of a dataset group used to filter the response.
datasetGroupArn - The ARN of a dataset group used to filter the response.ListEventTrackersRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListEventTrackers for getting the next set of event
trackers (if they exist).
nextToken - A token returned from the previous call to ListEventTrackers for getting the next set of
event trackers (if they exist).ListEventTrackersRequest.Builder maxResults(Integer maxResults)
The maximum number of event trackers to return.
maxResults - The maximum number of event trackers to return.ListEventTrackersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventTrackersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.