default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration) |
Access configuration parameters.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.accessConfiguration(AccessConfiguration accessConfiguration) |
Access configuration parameters.
|
static UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.builder() |
|
default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration) |
The optional configuration for the host server that serves segments.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration) |
The optional configuration for the host server that serves segments.
|
default UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration) |
The HTTP configuration for the source location.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.httpConfiguration(HttpConfiguration httpConfiguration) |
The HTTP configuration for the source location.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.Builder.sourceLocationName(String sourceLocationName) |
The name of the source location.
|
UpdateSourceLocationRequest.Builder |
UpdateSourceLocationRequest.toBuilder() |
|