Class CfnSourceLocation.HttpConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnSourceLocation.HttpConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceLocation.HttpConfigurationProperty>
- Enclosing interface:
CfnSourceLocation.HttpConfigurationProperty
@Stability(Stable)
public static final class CfnSourceLocation.HttpConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceLocation.HttpConfigurationProperty>
A builder for
CfnSourceLocation.HttpConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSourceLocation.HttpConfigurationProperty.getBaseUrl()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseUrl
@Stability(Stable) public CfnSourceLocation.HttpConfigurationProperty.Builder baseUrl(String baseUrl) Sets the value ofCfnSourceLocation.HttpConfigurationProperty.getBaseUrl()
- Parameters:
baseUrl
- The base URL for the source location host server. This parameter is required. This string must include the protocol, such as https:// .- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSourceLocation.HttpConfigurationProperty>
- Returns:
- a new instance of
CfnSourceLocation.HttpConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-