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
-
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
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.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
CreateLiveSourceRequest.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
CreateLiveSourceRequest.Builder sourceLocationName(String 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
CreateLiveSourceRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLiveSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-