Interface DescribeLiveSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLiveSourceResponse.Builder,DescribeLiveSourceResponse>,MediaTailorResponse.Builder,SdkBuilder<DescribeLiveSourceResponse.Builder,DescribeLiveSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLiveSourceResponse
public static interface DescribeLiveSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<DescribeLiveSourceResponse.Builder,DescribeLiveSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLiveSourceResponse.Builderarn(String arn)The ARN of the live source.DescribeLiveSourceResponse.BuildercreationTime(Instant creationTime)The timestamp that indicates when the live source was created.DescribeLiveSourceResponse.BuilderhttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)The HTTP package configurations.DescribeLiveSourceResponse.BuilderhttpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)The HTTP package configurations.DescribeLiveSourceResponse.BuilderhttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)The HTTP package configurations.DescribeLiveSourceResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp that indicates when the live source was modified.DescribeLiveSourceResponse.BuilderliveSourceName(String liveSourceName)The name of the live source.DescribeLiveSourceResponse.BuildersourceLocationName(String sourceLocationName)The name of the source location associated with the live source.DescribeLiveSourceResponse.Buildertags(Map<String,String> tags)The tags assigned 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
DescribeLiveSourceResponse.Builder arn(String arn)
The ARN of the live source.
- Parameters:
arn- The ARN of the live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLiveSourceResponse.Builder creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
- Parameters:
creationTime- The timestamp that indicates when the live source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
DescribeLiveSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
- Parameters:
httpPackageConfigurations- The HTTP package configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
DescribeLiveSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
- Parameters:
httpPackageConfigurations- The HTTP package configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
DescribeLiveSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations.
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
DescribeLiveSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was modified.
- Parameters:
lastModifiedTime- The timestamp that indicates when the live source was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
liveSourceName
DescribeLiveSourceResponse.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
DescribeLiveSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with the live source.
- Parameters:
sourceLocationName- The name of the source location associated with the live source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeLiveSourceResponse.Builder tags(Map<String,String> tags)
The tags assigned 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 assigned 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.
-
-