Class EcsLaunchTargetConfig.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.EcsLaunchTargetConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EcsLaunchTargetConfig>
- Enclosing interface:
EcsLaunchTargetConfig
@Stability(Stable)
public static final class EcsLaunchTargetConfig.Builder
extends Object
implements software.amazon.jsii.Builder<EcsLaunchTargetConfig>
A builder for
EcsLaunchTargetConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.parameters
(Map<String, ? extends Object> parameters) Sets the value ofEcsLaunchTargetConfig.getParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameters
@Stability(Stable) public EcsLaunchTargetConfig.Builder parameters(Map<String, ? extends Object> parameters) Sets the value ofEcsLaunchTargetConfig.getParameters()
- Parameters:
parameters
- Additional parameters to pass to the base task.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EcsLaunchTargetConfig>
- Returns:
- a new instance of
EcsLaunchTargetConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-