public static interface UpdateSourceLocationRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateSourceLocationRequest.Builder,UpdateSourceLocationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSourceLocationRequest.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 UpdateSourceLocationRequest.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)UpdateSourceLocationRequest.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
defaultSegmentDeliveryConfiguration - The optional configuration for the host server that serves segments.default UpdateSourceLocationRequest.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the host 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)UpdateSourceLocationRequest.Builder httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
httpConfiguration - The HTTP configuration for the source location.default UpdateSourceLocationRequest.Builder httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration 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)UpdateSourceLocationRequest.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.UpdateSourceLocationRequest.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.UpdateSourceLocationRequest.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) UpdateSourceLocationRequest.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName - The name of the source location.UpdateSourceLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSourceLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.