Interface CreateVodSourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateVodSourceResponse.Builder,CreateVodSourceResponse>,MediaTailorResponse.Builder,SdkBuilder<CreateVodSourceResponse.Builder,CreateVodSourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateVodSourceResponse
public static interface CreateVodSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<CreateVodSourceResponse.Builder,CreateVodSourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVodSourceResponse.Builderarn(String arn)The ARN to assign to this VOD source.CreateVodSourceResponse.BuildercreationTime(Instant creationTime)The time the VOD source was created.CreateVodSourceResponse.BuilderhttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)A list of HTTP package configuration parameters for this VOD source.CreateVodSourceResponse.BuilderhttpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)A list of HTTP package configuration parameters for this VOD source.CreateVodSourceResponse.BuilderhttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)A list of HTTP package configuration parameters for this VOD source.CreateVodSourceResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The time the VOD source was last modified.CreateVodSourceResponse.BuildersourceLocationName(String sourceLocationName)The name to assign to the source location for this VOD source.CreateVodSourceResponse.Buildertags(Map<String,String> tags)The tags to assign to the VOD source.CreateVodSourceResponse.BuildervodSourceName(String vodSourceName)The name to assign to 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 Detail
-
arn
CreateVodSourceResponse.Builder arn(String arn)
The ARN to assign to this VOD source.
- Parameters:
arn- The ARN to assign to this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
CreateVodSourceResponse.Builder creationTime(Instant creationTime)
The time the VOD source was created.
- Parameters:
creationTime- The time the VOD source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateVodSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
- Parameters:
httpPackageConfigurations- A list of HTTP package configuration parameters for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateVodSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
- Parameters:
httpPackageConfigurations- A list of HTTP package configuration parameters for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpPackageConfigurations
CreateVodSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD 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
CreateVodSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time the VOD source was last modified.
- Parameters:
lastModifiedTime- The time the VOD source was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocationName
CreateVodSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name to assign to the source location for this VOD source.
- Parameters:
sourceLocationName- The name to assign to the source location for this VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVodSourceResponse.Builder tags(Map<String,String> tags)
The tags to assign 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 to assign 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
CreateVodSourceResponse.Builder vodSourceName(String vodSourceName)
The name to assign to the VOD source.
- Parameters:
vodSourceName- The name to assign to the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-