Class EcsFargateLaunchTarget.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.EcsFargateLaunchTarget.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EcsFargateLaunchTarget>
- Enclosing class:
EcsFargateLaunchTarget
@Stability(Stable)
public static final class EcsFargateLaunchTarget.Builder
extends Object
implements software.amazon.jsii.Builder<EcsFargateLaunchTarget>
A fluent builder for
EcsFargateLaunchTarget
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
create()
platformVersion
(FargatePlatformVersion platformVersion) Refers to a specific runtime environment for Fargate task infrastructure.
-
Method Details
-
create
- Returns:
- a new instance of
EcsFargateLaunchTarget.Builder
.
-
platformVersion
@Stability(Stable) public EcsFargateLaunchTarget.Builder platformVersion(FargatePlatformVersion platformVersion) Refers to a specific runtime environment for Fargate task infrastructure.Fargate platform version is a combination of the kernel and container runtime versions.
- Parameters:
platformVersion
- Refers to a specific runtime environment for Fargate task infrastructure. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EcsFargateLaunchTarget>
- Returns:
- a newly built instance of
EcsFargateLaunchTarget
.
-