Interface ListLiveSourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLiveSourcesRequest.Builder,
,ListLiveSourcesRequest> MediaTailorRequest.Builder
,SdkBuilder<ListLiveSourcesRequest.Builder,
,ListLiveSourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLiveSourcesRequest
@Mutable
@NotThreadSafe
public static interface ListLiveSourcesRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListLiveSourcesRequest.Builder,ListLiveSourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of live sources that you want MediaTailor to return in response to the current request.Pagination token returned by the list request when results exceed the maximum allowed.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceLocationName
(String sourceLocationName) The name of the source location associated with this Live Sources list.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 Details
-
maxResults
The maximum number of live sources that you want MediaTailor to return in response to the current request. If there are more than
MaxResults
live sources, use the value ofNextToken
in the response to get the next page of results.- Parameters:
maxResults
- The maximum number of live sources that you want MediaTailor to return in response to the current request. If there are more thanMaxResults
live sources, use the value ofNextToken
in 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
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.
-
sourceLocationName
The name of the source location associated with this Live Sources list.
- Parameters:
sourceLocationName
- The name of the source location associated with this Live Sources list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLiveSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLiveSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-