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