default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration) |
Access configuration parameters.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.accessConfiguration(AccessConfiguration accessConfiguration) |
Access configuration parameters.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.arn(String arn) |
The ARN to assign to the source location.
|
static CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.builder() |
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.creationTime(Instant creationTime) |
The time the source location was created.
|
default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration) |
The optional configuration for the server that serves segments.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration) |
The optional configuration for the server that serves segments.
|
default CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration) |
The source's HTTP package configurations.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.httpConfiguration(HttpConfiguration httpConfiguration) |
The source's HTTP package configurations.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The time the source location was last modified.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations) |
The segment delivery configurations for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations) |
The segment delivery configurations for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations) |
The segment delivery configurations for the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.sourceLocationName(String sourceLocationName) |
The name to assign to the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.Builder.tags(Map<String,String> tags) |
The tags to assign to the source location.
|
CreateSourceLocationResponse.Builder |
CreateSourceLocationResponse.toBuilder() |
|