public static interface CreateSourceLocationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<CreateSourceLocationResponse.Builder,CreateSourceLocationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceLocationResponse.Builder accessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters. Configures the type of authentication used to access content from your source location.
accessConfiguration - Access configuration parameters. Configures the type of authentication used to access content from
your source location.default CreateSourceLocationResponse.Builder accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
Access configuration parameters. Configures the type of authentication used to access content from your 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)CreateSourceLocationResponse.Builder arn(String arn)
The ARN to assign to the source location.
arn - The ARN to assign to the source location.CreateSourceLocationResponse.Builder creationTime(Instant creationTime)
The time the source location was created.
creationTime - The time the source location was created.CreateSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the server that serves segments.
defaultSegmentDeliveryConfiguration - The optional configuration for the server that serves segments.default CreateSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the server that serves segments.
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)CreateSourceLocationResponse.Builder httpConfiguration(HttpConfiguration httpConfiguration)
The source's HTTP package configurations.
httpConfiguration - The source's HTTP package configurations.default CreateSourceLocationResponse.Builder httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The source's HTTP package configurations.
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)CreateSourceLocationResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time the source location was last modified.
lastModifiedTime - The time the source location was last modified.CreateSourceLocationResponse.Builder segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
segmentDeliveryConfigurations - The segment delivery configurations for the source location. For information about MediaTailor
configurations, see Working with
configurations in AWS Elemental MediaTailor.CreateSourceLocationResponse.Builder segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
segmentDeliveryConfigurations - The segment delivery configurations for the source location. For information about MediaTailor
configurations, see Working with
configurations in AWS Elemental MediaTailor.CreateSourceLocationResponse.Builder segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
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) CreateSourceLocationResponse.Builder sourceLocationName(String sourceLocationName)
The name to assign to the source location.
sourceLocationName - The name to assign to the source location.CreateSourceLocationResponse.Builder tags(Map<String,String> tags)
The tags to assign 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 to assign 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 © 2023. All rights reserved.