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