Interface UpdateSourceLocationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSourceLocationResponse.Builder,UpdateSourceLocationResponse>,MediaTailorResponse.Builder,SdkBuilder<UpdateSourceLocationResponse.Builder,UpdateSourceLocationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateSourceLocationResponse
public static interface UpdateSourceLocationResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<UpdateSourceLocationResponse.Builder,UpdateSourceLocationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateSourceLocationResponse.BuilderaccessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)Access configuration parameters.UpdateSourceLocationResponse.BuilderaccessConfiguration(AccessConfiguration accessConfiguration)Access configuration parameters.UpdateSourceLocationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) associated with the source location.UpdateSourceLocationResponse.BuildercreationTime(Instant creationTime)The timestamp that indicates when the source location was created.default UpdateSourceLocationResponse.BuilderdefaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)The optional configuration for the host server that serves segments.UpdateSourceLocationResponse.BuilderdefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)The optional configuration for the host server that serves segments.default UpdateSourceLocationResponse.BuilderhttpConfiguration(Consumer<HttpConfiguration.Builder> httpConfiguration)The HTTP configuration for the source location.UpdateSourceLocationResponse.BuilderhttpConfiguration(HttpConfiguration httpConfiguration)The HTTP configuration for the source location.UpdateSourceLocationResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp that indicates when the source location was last modified.UpdateSourceLocationResponse.BuildersegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)The segment delivery configurations for the source location.UpdateSourceLocationResponse.BuildersegmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)The segment delivery configurations for the source location.UpdateSourceLocationResponse.BuildersegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)The segment delivery configurations for the source location.UpdateSourceLocationResponse.BuildersourceLocationName(String sourceLocationName)The name of the source location.UpdateSourceLocationResponse.Buildertags(Map<String,String> tags)The tags to assign to the source location.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accessConfiguration
UpdateSourceLocationResponse.Builder accessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters. Configures the type of authentication used to access content from your source location.
- Parameters:
accessConfiguration- Access configuration parameters. Configures the type of authentication used to access content from your source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessConfiguration
default UpdateSourceLocationResponse.Builder accessConfiguration(Consumer<AccessConfiguration.Builder> accessConfiguration)
Access configuration parameters. Configures the type of authentication used to access content from your 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
UpdateSourceLocationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with the source location.
- Parameters:
arn- The Amazon Resource Name (ARN) associated with the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
UpdateSourceLocationResponse.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
UpdateSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
- Parameters:
defaultSegmentDeliveryConfiguration- The optional configuration for the host server that serves segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultSegmentDeliveryConfiguration
default UpdateSourceLocationResponse.Builder defaultSegmentDeliveryConfiguration(Consumer<DefaultSegmentDeliveryConfiguration.Builder> defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
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
UpdateSourceLocationResponse.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 UpdateSourceLocationResponse.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
UpdateSourceLocationResponse.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
UpdateSourceLocationResponse.Builder segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
UpdateSourceLocationResponse.Builder segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
UpdateSourceLocationResponse.Builder segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
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
UpdateSourceLocationResponse.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
UpdateSourceLocationResponse.Builder tags(Map<String,String> tags)
The tags to assign 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 to assign 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.
-
-