Interface UpdateLiveSourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLiveSourceRequest.Builder,UpdateLiveSourceRequest>,MediaTailorRequest.Builder,SdkBuilder<UpdateLiveSourceRequest.Builder,UpdateLiveSourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLiveSourceRequest
public static interface UpdateLiveSourceRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateLiveSourceRequest.Builder,UpdateLiveSourceRequest>
-
-
Method Summary
-
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
-
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.Builderavoiding the need to create one manually viaHttpPackageConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#httpPackageConfigurations(List.) - 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:
#httpPackageConfigurations(java.util.Collection)
-
liveSourceName
UpdateLiveSourceRequest.Builder liveSourceName(String 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
UpdateLiveSourceRequest.Builder sourceLocationName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLiveSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-