Class CfnSourceLocationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnSourceLocationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceLocationPropsMixin>
- Enclosing class:
CfnSourceLocationPropsMixin
@Stability(Stable)
public static final class CfnSourceLocationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceLocationPropsMixin>
A fluent builder for
CfnSourceLocationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionaccessConfiguration(CfnSourceLocationPropsMixin.AccessConfigurationProperty accessConfiguration) The access configuration for the source location.accessConfiguration(IResolvable accessConfiguration) The access configuration for the source location.build()create()create(CfnPropertyMixinOptions options) defaultSegmentDeliveryConfiguration(CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty defaultSegmentDeliveryConfiguration) The default segment delivery configuration.defaultSegmentDeliveryConfiguration(IResolvable defaultSegmentDeliveryConfiguration) The default segment delivery configuration.httpConfiguration(CfnSourceLocationPropsMixin.HttpConfigurationProperty httpConfiguration) The HTTP configuration for the source location.httpConfiguration(IResolvable httpConfiguration) The HTTP configuration for the source location.segmentDeliveryConfigurations(List<? extends Object> segmentDeliveryConfigurations) The segment delivery configurations for the source location.segmentDeliveryConfigurations(IResolvable segmentDeliveryConfigurations) The segment delivery configurations for the source location.sourceLocationName(String sourceLocationName) The name of the source location.The tags assigned to the source location.
-
Method Details
-
create
@Stability(Stable) public static CfnSourceLocationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSourceLocationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSourceLocationPropsMixin.Builder.
-
accessConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder accessConfiguration(IResolvable accessConfiguration) The access configuration for the source location.- Parameters:
accessConfiguration- The access configuration for the source location. This parameter is required.- Returns:
this- See Also:
-
accessConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder accessConfiguration(CfnSourceLocationPropsMixin.AccessConfigurationProperty accessConfiguration) The access configuration for the source location.- Parameters:
accessConfiguration- The access configuration for the source location. This parameter is required.- Returns:
this- See Also:
-
defaultSegmentDeliveryConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder defaultSegmentDeliveryConfiguration(IResolvable defaultSegmentDeliveryConfiguration) The default segment delivery configuration.- Parameters:
defaultSegmentDeliveryConfiguration- The default segment delivery configuration. This parameter is required.- Returns:
this- See Also:
-
defaultSegmentDeliveryConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder defaultSegmentDeliveryConfiguration(CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty defaultSegmentDeliveryConfiguration) The default segment delivery configuration.- Parameters:
defaultSegmentDeliveryConfiguration- The default segment delivery configuration. This parameter is required.- Returns:
this- See Also:
-
httpConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder httpConfiguration(IResolvable httpConfiguration) The HTTP configuration for the source location.- Parameters:
httpConfiguration- The HTTP configuration for the source location. This parameter is required.- Returns:
this- See Also:
-
httpConfiguration
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder httpConfiguration(CfnSourceLocationPropsMixin.HttpConfigurationProperty httpConfiguration) The HTTP configuration for the source location.- Parameters:
httpConfiguration- The HTTP configuration for the source location. This parameter is required.- Returns:
this- See Also:
-
segmentDeliveryConfigurations
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder segmentDeliveryConfigurations(IResolvable segmentDeliveryConfigurations) The segment delivery configurations for the source location.- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location. This parameter is required.- Returns:
this- See Also:
-
segmentDeliveryConfigurations
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder segmentDeliveryConfigurations(List<? extends Object> segmentDeliveryConfigurations) The segment delivery configurations for the source location.- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location. This parameter is required.- Returns:
this- See Also:
-
sourceLocationName
@Stability(Stable) public CfnSourceLocationPropsMixin.Builder sourceLocationName(String sourceLocationName) The name of the source location.- Parameters:
sourceLocationName- The name of the source location. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSourceLocationPropsMixin>- Returns:
- a newly built instance of
CfnSourceLocationPropsMixin.
-