public static interface ListAlertsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAlertsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of alerts that you want MediaTailor to return in response to the current request.
|
ListAlertsRequest.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListAlertsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAlertsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAlertsRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAlertsRequest.Builder maxResults(Integer maxResults)
The maximum number of alerts that you want MediaTailor to return in response to the current request. If there
are more than MaxResults alerts, use the value of NextToken in the response to get
the next page of results.
maxResults - The maximum number of alerts that you want MediaTailor to return in response to the current request.
If there are more than MaxResults alerts, use the value of NextToken in the
response to get the next page of results.ListAlertsRequest.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.ListAlertsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.ListAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.