public static interface DescribeSourceLocationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<DescribeSourceLocationResponse.Builder,DescribeSourceLocationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceLocationResponse.Builder |
accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
default DescribeSourceLocationResponse.Builder |
accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
|
DescribeSourceLocationResponse.Builder |
arn(String arn)
The ARN of the source location.
|
DescribeSourceLocationResponse.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
|
default DescribeSourceLocationResponse.Builder |
defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
DescribeSourceLocationResponse.Builder |
defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
default DescribeSourceLocationResponse.Builder |
httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP package configuration settings for the source location.
|
DescribeSourceLocationResponse.Builder |
httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP package configuration settings for the source location.
|
DescribeSourceLocationResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
DescribeSourceLocationResponse.Builder |
segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location.
|
DescribeSourceLocationResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the source location.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSourceLocationResponse.Builder accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
accessConfiguration - The access configuration for the source location.default DescribeSourceLocationResponse.Builder accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
This is a convenience method that creates an instance of theAccessConfiguration.Builder avoiding the
need to create one manually via AccessConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to accessConfiguration(AccessConfiguration).
accessConfiguration - a consumer that will call methods on AccessConfiguration.BuilderaccessConfiguration(AccessConfiguration)DescribeSourceLocationResponse.Builder arn(String arn)
The ARN of the source location.
arn - The ARN of the source location.DescribeSourceLocationResponse.Builder creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
creationTime - The timestamp that indicates when the source location was created.DescribeSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
defaultSegmentDeliveryConfiguration - The default segment delivery configuration settings.default DescribeSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
This is a convenience method that creates an instance of theDefaultSegmentDeliveryConfiguration.Builder avoiding the need to create one manually via
DefaultSegmentDeliveryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration).
defaultSegmentDeliveryConfiguration - a consumer that will call methods on DefaultSegmentDeliveryConfiguration.BuilderdefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration)DescribeSourceLocationResponse.Builder httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP package configuration settings for the source location.
httpConfiguration - The HTTP package configuration settings for the source location.default DescribeSourceLocationResponse.Builder httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP package configuration settings for the source location.
This is a convenience method that creates an instance of theHttpConfiguration.Builder avoiding the
need to create one manually via HttpConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to httpConfiguration(HttpConfiguration).
httpConfiguration - a consumer that will call methods on HttpConfiguration.BuilderhttpConfiguration(HttpConfiguration)DescribeSourceLocationResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
lastModifiedTime - The timestamp that indicates when the source location was last modified.DescribeSourceLocationResponse.Builder segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this resource.DescribeSourceLocationResponse.Builder segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
segmentDeliveryConfigurations - A list of the segment delivery configurations associated with this resource.DescribeSourceLocationResponse.Builder segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
This is a convenience method that creates an instance of theSegmentDeliveryConfiguration.Builder avoiding the
need to create one manually via
SegmentDeliveryConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #segmentDeliveryConfigurations(List.
segmentDeliveryConfigurations - a consumer that will call methods on
SegmentDeliveryConfiguration.Builder#segmentDeliveryConfigurations(java.util.Collection) DescribeSourceLocationResponse.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName - The name of the source location.DescribeSourceLocationResponse.Builder tags(Map<String,String> tags)
The tags assigned to the source location. 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.
tags - The tags assigned to the source location. 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.Copyright © 2022. All rights reserved.