Class CfnFunction.CustomOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnFunction.CustomOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunction.CustomOutputConfigurationProperty>
- Enclosing interface:
CfnFunction.CustomOutputConfigurationProperty
@Stability(Stable)
public static final class CfnFunction.CustomOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunction.CustomOutputConfigurationProperty>
A builder for
CfnFunction.CustomOutputConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getOutput()output(IResolvable output) Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getOutput()Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getRuntime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
runtime
@Stability(Stable) public CfnFunction.CustomOutputConfigurationProperty.Builder runtime(String runtime) Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getRuntime()- Parameters:
runtime- the value to be set. This parameter is required.- Returns:
this
-
output
@Stability(Stable) public CfnFunction.CustomOutputConfigurationProperty.Builder output(IResolvable output) Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getOutput()- Parameters:
output- the value to be set.- Returns:
this
-
output
@Stability(Stable) public CfnFunction.CustomOutputConfigurationProperty.Builder output(Map<String, String> output) Sets the value ofCfnFunction.CustomOutputConfigurationProperty.getOutput()- Parameters:
output- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunction.CustomOutputConfigurationProperty>- Returns:
- a new instance of
CfnFunction.CustomOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-