Interface ListSourceLocationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSourceLocationsRequest.Builder,ListSourceLocationsRequest>,MediaTailorRequest.Builder,SdkBuilder<ListSourceLocationsRequest.Builder,ListSourceLocationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSourceLocationsRequest
public static interface ListSourceLocationsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListSourceLocationsRequest.Builder,ListSourceLocationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceLocationsRequest.BuildermaxResults(Integer maxResults)The maximum number of source locations that you want MediaTailor to return in response to the current request.ListSourceLocationsRequest.BuildernextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListSourceLocationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceLocationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSourceLocationsRequest.Builder maxResults(Integer maxResults)
The maximum number of source locations that you want MediaTailor to return in response to the current request. If there are more than
MaxResultssource locations, use the value ofNextTokenin the response to get the next page of results.- Parameters:
maxResults- The maximum number of source locations that you want MediaTailor to return in response to the current request. If there are more thanMaxResultssource locations, 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
ListSourceLocationsRequest.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.
-
overrideConfiguration
ListSourceLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSourceLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-