Interface CreateLiveSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateLiveSourceRequest.Builder,
,CreateLiveSourceRequest> MediaTailorRequest.Builder
,SdkBuilder<CreateLiveSourceRequest.Builder,
,CreateLiveSourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateLiveSourceRequest
public static interface CreateLiveSourceRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<CreateLiveSourceRequest.Builder,CreateLiveSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionhttpPackageConfigurations
(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.httpPackageConfigurations
(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.httpPackageConfigurations
(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.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.The tags to assign to the 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, sdkFields
-
Method Details
-
httpPackageConfigurations
CreateLiveSourceRequest.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.
- Parameters:
httpPackageConfigurations
- A list of HTTP package configuration parameters for this live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateLiveSourceRequest.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.
- Parameters:
httpPackageConfigurations
- A list of HTTP package configuration parameters for this live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateLiveSourceRequest.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) A list of HTTP package configuration parameters for this live source.
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.
- Parameters:
sourceLocationName
- The name of the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
- Parameters:
tags
- The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLiveSourceRequest.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
CreateLiveSourceRequest.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.
-