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