Interface DescribeVodSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeVodSourceResponse.Builder,
,DescribeVodSourceResponse> MediaTailorResponse.Builder
,SdkBuilder<DescribeVodSourceResponse.Builder,
,DescribeVodSourceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeVodSourceResponse
-
Method Summary
Modifier and TypeMethodDescriptionadBreakOpportunities
(Collection<AdBreakOpportunity> adBreakOpportunities) The ad break opportunities within the VOD source.adBreakOpportunities
(Consumer<AdBreakOpportunity.Builder>... adBreakOpportunities) The ad break opportunities within the VOD source.adBreakOpportunities
(AdBreakOpportunity... adBreakOpportunities) The ad break opportunities within the VOD source.The ARN of the VOD source.creationTime
(Instant creationTime) The timestamp that indicates when the VOD source was created.httpPackageConfigurations
(Collection<HttpPackageConfiguration> httpPackageConfigurations) The HTTP package configurations.httpPackageConfigurations
(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) The HTTP package configurations.httpPackageConfigurations
(HttpPackageConfiguration... httpPackageConfigurations) The HTTP package configurations.lastModifiedTime
(Instant lastModifiedTime) The last modified time of the VOD source.sourceLocationName
(String sourceLocationName) The name of the source location associated with the VOD source.The tags assigned to the VOD source.vodSourceName
(String vodSourceName) The name of the VOD 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 Details
-
adBreakOpportunities
DescribeVodSourceResponse.Builder adBreakOpportunities(Collection<AdBreakOpportunity> adBreakOpportunities) The ad break opportunities within the VOD source.
- Parameters:
adBreakOpportunities
- The ad break opportunities within the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adBreakOpportunities
The ad break opportunities within the VOD source.
- Parameters:
adBreakOpportunities
- The ad break opportunities within the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adBreakOpportunities
DescribeVodSourceResponse.Builder adBreakOpportunities(Consumer<AdBreakOpportunity.Builder>... adBreakOpportunities) The ad break opportunities within the VOD source.
This is a convenience method that creates an instance of theAdBreakOpportunity.Builder
avoiding the need to create one manually viaAdBreakOpportunity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadBreakOpportunities(List<AdBreakOpportunity>)
.- Parameters:
adBreakOpportunities
- a consumer that will call methods onAdBreakOpportunity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
arn
The ARN of the VOD source.
- Parameters:
arn
- The ARN of the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp that indicates when the VOD source was created.
- Parameters:
creationTime
- The timestamp that indicates when the VOD source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
DescribeVodSourceResponse.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
DescribeVodSourceResponse.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
DescribeVodSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) The HTTP package configurations.
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:
-
lastModifiedTime
The last modified time of the VOD source.
- Parameters:
lastModifiedTime
- The last modified time of the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocationName
The name of the source location associated with the VOD source.
- Parameters:
sourceLocationName
- The name of the source location associated with the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the VOD 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 VOD 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.
-
vodSourceName
The name of the VOD source.
- Parameters:
vodSourceName
- The name of the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-