Interface ListAlertsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>,MediaTailorRequest.Builder,SdkBuilder<ListAlertsRequest.Builder,ListAlertsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAlertsRequest
public static interface ListAlertsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListAlertsRequest.Builder,ListAlertsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAlertsRequest.BuildermaxResults(Integer maxResults)The maximum number of alerts that you want MediaTailor to return in response to the current request.ListAlertsRequest.BuildernextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListAlertsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAlertsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAlertsRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListAlertsRequest.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
MaxResultsalerts, use the value ofNextTokenin the response to get the next page of results.- Parameters:
maxResults- The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more thanMaxResultsalerts, use the value ofNextTokenin the response to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
nextToken- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
ListAlertsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAlertsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAlertsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-