| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.accessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters.
|
default UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
Access configuration parameters.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) associated with the source location.
|
static UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.builder() |
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
|
default UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
default UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration for the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.sourceLocationName(String sourceLocationName)
The name of the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.Builder.tags(Map<String,String> tags)
The tags to assign to the source location.
|
UpdateSourceLocationResponse.Builder |
UpdateSourceLocationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSourceLocationResponse.Builder> |
UpdateSourceLocationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.