public static interface SourceLocation.Builder extends SdkPojo, CopyableBuilder<SourceLocation.Builder,SourceLocation>
| Modifier and Type | Method and Description |
|---|---|
SourceLocation.Builder |
accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
default SourceLocation.Builder |
accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
|
SourceLocation.Builder |
arn(String arn)
The ARN of the SourceLocation.
|
SourceLocation.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
|
default SourceLocation.Builder |
defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
|
SourceLocation.Builder |
defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
|
default SourceLocation.Builder |
httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration for the source location.
|
SourceLocation.Builder |
httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
|
SourceLocation.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
SourceLocation.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location.
|
SourceLocation.Builder |
tags(Map<String,String> tags)
The tags assigned to the source location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceLocation.Builder accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
accessConfiguration - The access configuration for the source location.default SourceLocation.Builder accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
This is a convenience that creates an instance of theAccessConfiguration.Builder avoiding the need
to create one manually via AccessConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to accessConfiguration(AccessConfiguration).accessConfiguration - a consumer that will call methods on AccessConfiguration.BuilderaccessConfiguration(AccessConfiguration)SourceLocation.Builder arn(String arn)
The ARN of the SourceLocation.
arn - The ARN of the SourceLocation.SourceLocation.Builder creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
creationTime - The timestamp that indicates when the source location was created.SourceLocation.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
defaultSegmentDeliveryConfiguration - The default segment delivery configuration.default SourceLocation.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
This is a convenience that creates an instance of theDefaultSegmentDeliveryConfiguration.Builder
avoiding the need to create one manually via DefaultSegmentDeliveryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration).defaultSegmentDeliveryConfiguration - a consumer that will call methods on DefaultSegmentDeliveryConfiguration.BuilderdefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration)SourceLocation.Builder httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
httpConfiguration - The HTTP configuration for the source location.default SourceLocation.Builder httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration for the source location.
This is a convenience that creates an instance of theHttpConfiguration.Builder avoiding the need to
create one manually via HttpConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to httpConfiguration(HttpConfiguration).httpConfiguration - a consumer that will call methods on HttpConfiguration.BuilderhttpConfiguration(HttpConfiguration)SourceLocation.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
lastModifiedTime - The timestamp that indicates when the source location was last modified.SourceLocation.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName - The name of the source location.SourceLocation.Builder tags(Map<String,String> tags)
The tags assigned to the source location.
tags - The tags assigned to the source location.Copyright © 2021. All rights reserved.