Class CfnSourceLocationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnSourceLocationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceLocationMixinProps>
- Enclosing interface:
CfnSourceLocationMixinProps
@Stability(Stable)
public static final class CfnSourceLocationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceLocationMixinProps>
A builder for
CfnSourceLocationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessConfiguration(IResolvable accessConfiguration) Sets the value ofCfnSourceLocationMixinProps.getAccessConfiguration()accessConfiguration(CfnSourceLocationPropsMixin.AccessConfigurationProperty accessConfiguration) Sets the value ofCfnSourceLocationMixinProps.getAccessConfiguration()build()Builds the configured instance.defaultSegmentDeliveryConfiguration(IResolvable defaultSegmentDeliveryConfiguration) Sets the value ofCfnSourceLocationMixinProps.getDefaultSegmentDeliveryConfiguration()defaultSegmentDeliveryConfiguration(CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty defaultSegmentDeliveryConfiguration) Sets the value ofCfnSourceLocationMixinProps.getDefaultSegmentDeliveryConfiguration()httpConfiguration(IResolvable httpConfiguration) Sets the value ofCfnSourceLocationMixinProps.getHttpConfiguration()httpConfiguration(CfnSourceLocationPropsMixin.HttpConfigurationProperty httpConfiguration) Sets the value ofCfnSourceLocationMixinProps.getHttpConfiguration()segmentDeliveryConfigurations(List<? extends Object> segmentDeliveryConfigurations) Sets the value ofCfnSourceLocationMixinProps.getSegmentDeliveryConfigurations()segmentDeliveryConfigurations(IResolvable segmentDeliveryConfigurations) Sets the value ofCfnSourceLocationMixinProps.getSegmentDeliveryConfigurations()sourceLocationName(String sourceLocationName) Sets the value ofCfnSourceLocationMixinProps.getSourceLocationName()Sets the value ofCfnSourceLocationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder accessConfiguration(IResolvable accessConfiguration) Sets the value ofCfnSourceLocationMixinProps.getAccessConfiguration()- Parameters:
accessConfiguration- The access configuration for the source location.- Returns:
this
-
accessConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder accessConfiguration(CfnSourceLocationPropsMixin.AccessConfigurationProperty accessConfiguration) Sets the value ofCfnSourceLocationMixinProps.getAccessConfiguration()- Parameters:
accessConfiguration- The access configuration for the source location.- Returns:
this
-
defaultSegmentDeliveryConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder defaultSegmentDeliveryConfiguration(IResolvable defaultSegmentDeliveryConfiguration) Sets the value ofCfnSourceLocationMixinProps.getDefaultSegmentDeliveryConfiguration()- Parameters:
defaultSegmentDeliveryConfiguration- The default segment delivery configuration.- Returns:
this
-
defaultSegmentDeliveryConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder defaultSegmentDeliveryConfiguration(CfnSourceLocationPropsMixin.DefaultSegmentDeliveryConfigurationProperty defaultSegmentDeliveryConfiguration) Sets the value ofCfnSourceLocationMixinProps.getDefaultSegmentDeliveryConfiguration()- Parameters:
defaultSegmentDeliveryConfiguration- The default segment delivery configuration.- Returns:
this
-
httpConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder httpConfiguration(IResolvable httpConfiguration) Sets the value ofCfnSourceLocationMixinProps.getHttpConfiguration()- Parameters:
httpConfiguration- The HTTP configuration for the source location.- Returns:
this
-
httpConfiguration
@Stability(Stable) public CfnSourceLocationMixinProps.Builder httpConfiguration(CfnSourceLocationPropsMixin.HttpConfigurationProperty httpConfiguration) Sets the value ofCfnSourceLocationMixinProps.getHttpConfiguration()- Parameters:
httpConfiguration- The HTTP configuration for the source location.- Returns:
this
-
segmentDeliveryConfigurations
@Stability(Stable) public CfnSourceLocationMixinProps.Builder segmentDeliveryConfigurations(IResolvable segmentDeliveryConfigurations) Sets the value ofCfnSourceLocationMixinProps.getSegmentDeliveryConfigurations()- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location.- Returns:
this
-
segmentDeliveryConfigurations
@Stability(Stable) public CfnSourceLocationMixinProps.Builder segmentDeliveryConfigurations(List<? extends Object> segmentDeliveryConfigurations) Sets the value ofCfnSourceLocationMixinProps.getSegmentDeliveryConfigurations()- Parameters:
segmentDeliveryConfigurations- The segment delivery configurations for the source location.- Returns:
this
-
sourceLocationName
@Stability(Stable) public CfnSourceLocationMixinProps.Builder sourceLocationName(String sourceLocationName) Sets the value ofCfnSourceLocationMixinProps.getSourceLocationName()- Parameters:
sourceLocationName- The name of the source location.- Returns:
this
-
tags
Sets the value ofCfnSourceLocationMixinProps.getTags()- 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSourceLocationMixinProps>- Returns:
- a new instance of
CfnSourceLocationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-