public static final class EcsFargateLaunchTargetOptions.Builder
extends java.lang.Object
EcsFargateLaunchTargetOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EcsFargateLaunchTargetOptions |
build()
Builds the configured instance.
|
EcsFargateLaunchTargetOptions.Builder |
platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsFargateLaunchTargetOptions.getPlatformVersion() |
public EcsFargateLaunchTargetOptions.Builder platformVersion(FargatePlatformVersion platformVersion)
EcsFargateLaunchTargetOptions.getPlatformVersion()
platformVersion
- Refers to a specific runtime environment for Fargate task infrastructure. This parameter is required.
Fargate platform version is a combination of the kernel and container runtime versions.this
public EcsFargateLaunchTargetOptions build()
EcsFargateLaunchTargetOptions
java.lang.NullPointerException
- if any required attribute was not provided