Interface CreateLiveSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLiveSourceResponse.Builder,CreateLiveSourceResponse>,MediaTailorResponse.Builder,SdkBuilder<CreateLiveSourceResponse.Builder,CreateLiveSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateLiveSourceResponse
public static interface CreateLiveSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<CreateLiveSourceResponse.Builder,CreateLiveSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLiveSourceResponse.Builderarn(String arn)The ARN to assign to the live source.CreateLiveSourceResponse.BuildercreationTime(Instant creationTime)The time the live source was created.CreateLiveSourceResponse.BuilderhttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)A list of HTTP package configuration parameters for this live source.CreateLiveSourceResponse.BuilderhttpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)A list of HTTP package configuration parameters for this live source.CreateLiveSourceResponse.BuilderhttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)A list of HTTP package configuration parameters for this live source.CreateLiveSourceResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time the live source was last modified.CreateLiveSourceResponse.BuilderliveSourceName(String liveSourceName)The name to assign to the live source.CreateLiveSourceResponse.BuildersourceLocationName(String sourceLocationName)The name to assign to the source location of the live source.CreateLiveSourceResponse.Buildertags(Map<String,String> tags)The tags to assign to the live source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateLiveSourceResponse.Builder arn(String arn)
The ARN to assign to the live source.
- Parameters:
arn- The ARN to assign to the live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
CreateLiveSourceResponse.Builder creationTime(Instant creationTime)
The time the live source was created.
- Parameters:
creationTime- The time the live source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateLiveSourceResponse.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
CreateLiveSourceResponse.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
CreateLiveSourceResponse.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)
-
lastModifiedTime
CreateLiveSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time the live source was last modified.
- Parameters:
lastModifiedTime- The time the live source was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
liveSourceName
CreateLiveSourceResponse.Builder liveSourceName(String liveSourceName)
The name to assign to the live source.
- Parameters:
liveSourceName- The name to assign to the live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocationName
CreateLiveSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name to assign to the source location of the live source.
- Parameters:
sourceLocationName- The name to assign to the source location of the live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLiveSourceResponse.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.
-
-