| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSourceLocationResponse |
MediaTailorClient.updateSourceLocation(Consumer<UpdateSourceLocationRequest.Builder> updateSourceLocationRequest)
Updates a source location on a specific channel.
|
default CompletableFuture<UpdateSourceLocationResponse> |
MediaTailorAsyncClient.updateSourceLocation(Consumer<UpdateSourceLocationRequest.Builder> updateSourceLocationRequest)
Updates a source location on a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.accessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters.
|
default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
Access configuration parameters.
|
static UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.builder() |
default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration for the source location.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.sourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSourceLocationRequest.Builder> |
UpdateSourceLocationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.