| 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 CompletableFuture<CreateSourceLocationResponse> |
MediaTailorAsyncClient.createSourceLocation(Consumer<CreateSourceLocationRequest.Builder> createSourceLocationRequest)
Creates a source location.
|
default CreateSourceLocationResponse |
MediaTailorClient.createSourceLocation(Consumer<CreateSourceLocationRequest.Builder> createSourceLocationRequest)
Creates a source location.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.accessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters.
|
default CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
Access configuration parameters.
|
static CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.builder() |
default CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the server that serves segments.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the server that serves segments.
|
default CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The source's HTTP package configurations.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.httpConfiguration(HttpConfiguration httpConfiguration)
The source's HTTP package configurations.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.sourceLocationName(String sourceLocationName)
The name associated with the source location.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.Builder.tags(Map<String,String> tags)
The tags to assign to the source location.
|
CreateSourceLocationRequest.Builder |
CreateSourceLocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSourceLocationRequest.Builder> |
CreateSourceLocationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.