@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EcsParameters extends Object implements Serializable, Cloneable, StructuredPojo
The custom parameters to be used when the target is an Amazon ECS task.
Constructor and Description |
---|
EcsParameters() |
Modifier and Type | Method and Description |
---|---|
EcsParameters |
clone() |
boolean |
equals(Object obj) |
String |
getGroup()
Specifies an ECS task group for the task.
|
String |
getLaunchType()
Specifies the launch type on which your task is running.
|
NetworkConfiguration |
getNetworkConfiguration()
Use this structure if the ECS task uses the
awsvpc network mode. |
String |
getPlatformVersion()
Specifies the platform version for the task.
|
Integer |
getTaskCount()
The number of tasks to create based on
TaskDefinition . |
String |
getTaskDefinitionArn()
The ARN of the task definition to use if the event target is an Amazon ECS task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroup(String group)
Specifies an ECS task group for the task.
|
void |
setLaunchType(String launchType)
Specifies the launch type on which your task is running.
|
void |
setNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the
awsvpc network mode. |
void |
setPlatformVersion(String platformVersion)
Specifies the platform version for the task.
|
void |
setTaskCount(Integer taskCount)
The number of tasks to create based on
TaskDefinition . |
void |
setTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EcsParameters |
withGroup(String group)
Specifies an ECS task group for the task.
|
EcsParameters |
withLaunchType(LaunchType launchType)
Specifies the launch type on which your task is running.
|
EcsParameters |
withLaunchType(String launchType)
Specifies the launch type on which your task is running.
|
EcsParameters |
withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the
awsvpc network mode. |
EcsParameters |
withPlatformVersion(String platformVersion)
Specifies the platform version for the task.
|
EcsParameters |
withTaskCount(Integer taskCount)
The number of tasks to create based on
TaskDefinition . |
EcsParameters |
withTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS task.
|
public void setTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS task.
taskDefinitionArn
- The ARN of the task definition to use if the event target is an Amazon ECS task.public String getTaskDefinitionArn()
The ARN of the task definition to use if the event target is an Amazon ECS task.
public EcsParameters withTaskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS task.
taskDefinitionArn
- The ARN of the task definition to use if the event target is an Amazon ECS task.public void setTaskCount(Integer taskCount)
The number of tasks to create based on TaskDefinition
. The default is 1.
taskCount
- The number of tasks to create based on TaskDefinition
. The default is 1.public Integer getTaskCount()
The number of tasks to create based on TaskDefinition
. The default is 1.
TaskDefinition
. The default is 1.public EcsParameters withTaskCount(Integer taskCount)
The number of tasks to create based on TaskDefinition
. The default is 1.
taskCount
- The number of tasks to create based on TaskDefinition
. The default is 1.public void setLaunchType(String launchType)
Specifies the launch type on which your task is running. The launch type that you specify here must match one of
the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the
Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS
in the Amazon Elastic Container Service Developer Guide.
launchType
- Specifies the launch type on which your task is running. The launch type that you specify here must match
one of the launch type (compatibilities) of the target task. The FARGATE
value is supported
only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon
ECS in the Amazon Elastic Container Service Developer Guide.LaunchType
public String getLaunchType()
Specifies the launch type on which your task is running. The launch type that you specify here must match one of
the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the
Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS
in the Amazon Elastic Container Service Developer Guide.
FARGATE
value is supported
only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon
ECS in the Amazon Elastic Container Service Developer Guide.LaunchType
public EcsParameters withLaunchType(String launchType)
Specifies the launch type on which your task is running. The launch type that you specify here must match one of
the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the
Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS
in the Amazon Elastic Container Service Developer Guide.
launchType
- Specifies the launch type on which your task is running. The launch type that you specify here must match
one of the launch type (compatibilities) of the target task. The FARGATE
value is supported
only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon
ECS in the Amazon Elastic Container Service Developer Guide.LaunchType
public EcsParameters withLaunchType(LaunchType launchType)
Specifies the launch type on which your task is running. The launch type that you specify here must match one of
the launch type (compatibilities) of the target task. The FARGATE
value is supported only in the
Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS
in the Amazon Elastic Container Service Developer Guide.
launchType
- Specifies the launch type on which your task is running. The launch type that you specify here must match
one of the launch type (compatibilities) of the target task. The FARGATE
value is supported
only in the Regions where AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon
ECS in the Amazon Elastic Container Service Developer Guide.LaunchType
public void setNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the awsvpc
network mode. This structure specifies the VPC
subnets and security groups associated with the task, and whether a public IP address is to be used. This
structure is required if LaunchType
is FARGATE
because the awsvpc
mode is
required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the awsvpc
network mode, the task fails.
networkConfiguration
- Use this structure if the ECS task uses the awsvpc
network mode. This structure specifies the
VPC subnets and security groups associated with the task, and whether a public IP address is to be used.
This structure is required if LaunchType
is FARGATE
because the
awsvpc
mode is required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the
awsvpc
network mode, the task fails.
public NetworkConfiguration getNetworkConfiguration()
Use this structure if the ECS task uses the awsvpc
network mode. This structure specifies the VPC
subnets and security groups associated with the task, and whether a public IP address is to be used. This
structure is required if LaunchType
is FARGATE
because the awsvpc
mode is
required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the awsvpc
network mode, the task fails.
awsvpc
network mode. This structure specifies
the VPC subnets and security groups associated with the task, and whether a public IP address is to be
used. This structure is required if LaunchType
is FARGATE
because the
awsvpc
mode is required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the
awsvpc
network mode, the task fails.
public EcsParameters withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Use this structure if the ECS task uses the awsvpc
network mode. This structure specifies the VPC
subnets and security groups associated with the task, and whether a public IP address is to be used. This
structure is required if LaunchType
is FARGATE
because the awsvpc
mode is
required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the awsvpc
network mode, the task fails.
networkConfiguration
- Use this structure if the ECS task uses the awsvpc
network mode. This structure specifies the
VPC subnets and security groups associated with the task, and whether a public IP address is to be used.
This structure is required if LaunchType
is FARGATE
because the
awsvpc
mode is required for Fargate tasks.
If you specify NetworkConfiguration
when the target ECS task does not use the
awsvpc
network mode, the task fails.
public void setPlatformVersion(String platformVersion)
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as
1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about valid
platform versions, see AWS Fargate Platform
Versions in the Amazon Elastic Container Service Developer Guide.
platformVersion
- Specifies the platform version for the task. Specify only the numeric portion of the platform version,
such as 1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about
valid platform versions, see AWS Fargate
Platform Versions in the Amazon Elastic Container Service Developer Guide.
public String getPlatformVersion()
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as
1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about valid
platform versions, see AWS Fargate Platform
Versions in the Amazon Elastic Container Service Developer Guide.
1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information
about valid platform versions, see AWS Fargate
Platform Versions in the Amazon Elastic Container Service Developer Guide.
public EcsParameters withPlatformVersion(String platformVersion)
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as
1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about valid
platform versions, see AWS Fargate Platform
Versions in the Amazon Elastic Container Service Developer Guide.
platformVersion
- Specifies the platform version for the task. Specify only the numeric portion of the platform version,
such as 1.1.0
.
This structure is used only if LaunchType
is FARGATE
. For more information about
valid platform versions, see AWS Fargate
Platform Versions in the Amazon Elastic Container Service Developer Guide.
public void setGroup(String group)
Specifies an ECS task group for the task. The maximum length is 255 characters.
group
- Specifies an ECS task group for the task. The maximum length is 255 characters.public String getGroup()
Specifies an ECS task group for the task. The maximum length is 255 characters.
public EcsParameters withGroup(String group)
Specifies an ECS task group for the task. The maximum length is 255 characters.
group
- Specifies an ECS task group for the task. The maximum length is 255 characters.public String toString()
toString
in class Object
Object.toString()
public EcsParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.