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 |
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 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 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 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 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 - The tags assigned to the source location.Copyright © 2021. All rights reserved.