Interface UpdateSourceLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSourceLocationRequest.Builder,UpdateSourceLocationRequest>,MediaTailorRequest.Builder,SdkBuilder<UpdateSourceLocationRequest.Builder,UpdateSourceLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSourceLocationRequest
public static interface UpdateSourceLocationRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<UpdateSourceLocationRequest.Builder,UpdateSourceLocationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
build
-
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
UpdateSourceLocationRequest.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 UpdateSourceLocationRequest.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)
-
defaultSegmentDeliveryConfiguration
UpdateSourceLocationRequest.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 UpdateSourceLocationRequest.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
UpdateSourceLocationRequest.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 UpdateSourceLocationRequest.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)
-
segmentDeliveryConfigurations
UpdateSourceLocationRequest.Builder segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
- Parameters:
segmentDeliveryConfigurations- A list of the segment delivery configurations associated with this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
UpdateSourceLocationRequest.Builder segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
- Parameters:
segmentDeliveryConfigurations- A list of the segment delivery configurations associated with this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDeliveryConfigurations
UpdateSourceLocationRequest.Builder segmentDeliveryConfigurations(Consumer<SegmentDeliveryConfiguration.Builder>... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
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
UpdateSourceLocationRequest.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.
-
overrideConfiguration
UpdateSourceLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSourceLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-