| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
SourceLocation.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SourceLocation |
SourceLocation.clearTagsEntries()
Removes all the entries added into Tags.
|
SourceLocation |
SourceLocation.clone() |
SourceLocation |
SourceLocation.withAccessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
SourceLocation |
SourceLocation.withArn(String arn)
The ARN of the SourceLocation.
|
SourceLocation |
SourceLocation.withCreationTime(Date creationTime)
The timestamp that indicates when the source location was created.
|
SourceLocation |
SourceLocation.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
|
SourceLocation |
SourceLocation.withHttpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
|
SourceLocation |
SourceLocation.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
SourceLocation |
SourceLocation.withSegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
SourceLocation |
SourceLocation.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
SourceLocation |
SourceLocation.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
SourceLocation |
SourceLocation.withTags(Map<String,String> tags)
The tags assigned to the source location.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceLocation> |
ListSourceLocationsResult.getItems()
A list of source locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceLocationsResult |
ListSourceLocationsResult.withItems(SourceLocation... items)
A list of source locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSourceLocationsResult.setItems(Collection<SourceLocation> items)
A list of source locations.
|
ListSourceLocationsResult |
ListSourceLocationsResult.withItems(Collection<SourceLocation> items)
A list of source locations.
|
Copyright © 2023. All rights reserved.