Interface SourceLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceLocation.Builder,SourceLocation>,SdkBuilder<SourceLocation.Builder,SourceLocation>,SdkPojo
- Enclosing class:
- SourceLocation
public static interface SourceLocation.Builder extends SdkPojo, CopyableBuilder<SourceLocation.Builder,SourceLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SourceLocation.BuilderaccessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)The access configuration for the source location.SourceLocation.BuilderaccessConfiguration(AccessConfiguration accessConfiguration)The access configuration for the source location.SourceLocation.Builderarn(String arn)The ARN of the SourceLocation.SourceLocation.BuildercreationTime(Instant creationTime)The timestamp that indicates when the source location was created.default SourceLocation.BuilderdefaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)The default segment delivery configuration.SourceLocation.BuilderdefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)The default segment delivery configuration.default SourceLocation.BuilderhttpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)The HTTP configuration for the source location.SourceLocation.BuilderhttpConfiguration(HttpConfiguration httpConfiguration)The HTTP configuration for the source location.SourceLocation.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp that indicates when the source location was last modified.SourceLocation.BuildersegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)The segment delivery configurations for the source location.SourceLocation.BuildersegmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)The segment delivery configurations for the source location.SourceLocation.BuildersegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)The segment delivery configurations for the source location.SourceLocation.BuildersourceLocationName(String sourceLocationName)The name of the source location.SourceLocation.Buildertags(Map<String,String> tags)The tags assigned to the source location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accessConfiguration
SourceLocation.Builder accessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
- Parameters:
accessConfiguration- The access configuration for the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessConfiguration
default SourceLocation.Builder accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
The access configuration for the source location.
This is a convenience method that creates an instance of theAccessConfiguration.Builderavoiding the need to create one manually viaAccessConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessConfiguration(AccessConfiguration).- Parameters:
accessConfiguration- a consumer that will call methods onAccessConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accessConfiguration(AccessConfiguration)
-
arn
SourceLocation.Builder arn(String arn)
The ARN of the SourceLocation.
- Parameters:
arn- The ARN of the SourceLocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
SourceLocation.Builder creationTime(Instant creationTime)
The timestamp that indicates when the source location was created.
- Parameters:
creationTime- The timestamp that indicates when the source location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultSegmentDeliveryConfiguration
SourceLocation.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
- Parameters:
defaultSegmentDeliveryConfiguration- The default segment delivery configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultSegmentDeliveryConfiguration
default SourceLocation.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The default segment delivery configuration.
This is a convenience method that creates an instance of theDefaultSegmentDeliveryConfiguration.Builderavoiding the need to create one manually viaDefaultSegmentDeliveryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration).- Parameters:
defaultSegmentDeliveryConfiguration- a consumer that will call methods onDefaultSegmentDeliveryConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration)
-
httpConfiguration
SourceLocation.Builder httpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
- Parameters:
httpConfiguration- The HTTP configuration for the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpConfiguration
default SourceLocation.Builder httpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)
The HTTP configuration for the source location.
This is a convenience method that creates an instance of theHttpConfiguration.Builderavoiding the need to create one manually viaHttpConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohttpConfiguration(HttpConfiguration).- Parameters:
httpConfiguration- a consumer that will call methods onHttpConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
httpConfiguration(HttpConfiguration)
-
lastModifiedTime
SourceLocation.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the source location was last modified.
- Parameters:
lastModifiedTime- The timestamp that indicates when the source location was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
SourceLocation.Builder segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
SourceLocation.Builder segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
SourceLocation.Builder segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
This is a convenience method that creates an instance of theSegmentDeliveryConfiguration.Builderavoiding the need to create one manually viaSegmentDeliveryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#segmentDeliveryConfigurations(List.) - Parameters:
segmentDeliveryConfigurations- a consumer that will call methods onSegmentDeliveryConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#segmentDeliveryConfigurations(java.util.Collection)
-
sourceLocationName
SourceLocation.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
- Parameters:
sourceLocationName- The name of the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
SourceLocation.Builder tags(Map<String,String> tags)
The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
- Parameters:
tags- The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-