Interface UpdateLiveSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLiveSourceRequest.Builder,
,UpdateLiveSourceRequest> MediaTailorRequest.Builder
,SdkBuilder<UpdateLiveSourceRequest.Builder,
,UpdateLiveSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLiveSourceRequest
@Mutable
@NotThreadSafe
public static interface UpdateLiveSourceRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateLiveSourceRequest.Builder,UpdateLiveSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpPackageConfigurations
(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.httpPackageConfigurations
(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.httpPackageConfigurations
(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.liveSourceName
(String liveSourceName) The name of the live source.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 Source.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
-
httpPackageConfigurations
UpdateLiveSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.
- Parameters:
httpPackageConfigurations
- A list of HTTP package configurations for the live source on this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
UpdateLiveSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.
- Parameters:
httpPackageConfigurations
- A list of HTTP package configurations for the live source on this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
UpdateLiveSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configurations for the live source on this account.
This is a convenience method that creates an instance of theHttpPackageConfiguration.Builder
avoiding the need to create one manually viaHttpPackageConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohttpPackageConfigurations(List<HttpPackageConfiguration>)
.- Parameters:
httpPackageConfigurations
- a consumer that will call methods onHttpPackageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
liveSourceName
The name of the live source.
- Parameters:
liveSourceName
- The name of the live source.- 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 Source.
- Parameters:
sourceLocationName
- The name of the source location associated with this Live Source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLiveSourceRequest.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
UpdateLiveSourceRequest.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.
-