default DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration) |
The access configuration for the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.accessConfiguration(AccessConfiguration accessConfiguration) |
The access configuration for the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.arn(String arn) |
The ARN of the source location.
|
static DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.builder() |
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.creationTime(Instant creationTime) |
The timestamp that indicates when the source location was created.
|
default DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration) |
The default segment delivery configuration settings.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration) |
The default segment delivery configuration settings.
|
default DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration) |
The HTTP package configuration settings for the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.httpConfiguration(HttpConfiguration httpConfiguration) |
The HTTP package configuration settings for the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp that indicates when the source location was last modified.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations) |
A list of the segment delivery configurations associated with this resource.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.sourceLocationName(String sourceLocationName) |
The name of the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the source location.
|
DescribeSourceLocationResponse.Builder |
DescribeSourceLocationResponse.toBuilder() |
|