| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.arn(String arn)
The ARN of the source location.
|
static CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.builder() |
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
|
default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP package configuration settings for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP package configuration settings for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.sourceLocationName(String sourceLocationName)
The name of the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSourceLocationResponse.Builder> |
CreateSourceLocationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.