Interface ManagedInstancesNetworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedInstancesNetworkConfiguration.Builder,
,ManagedInstancesNetworkConfiguration> SdkBuilder<ManagedInstancesNetworkConfiguration.Builder,
,ManagedInstancesNetworkConfiguration> SdkPojo
- Enclosing class:
ManagedInstancesNetworkConfiguration
@Mutable
@NotThreadSafe
public static interface ManagedInstancesNetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<ManagedInstancesNetworkConfiguration.Builder,ManagedInstancesNetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroups
(String... securityGroups) The list of security group IDs to apply to Amazon ECS Managed Instances.securityGroups
(Collection<String> securityGroups) The list of security group IDs to apply to Amazon ECS Managed Instances.The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances.subnets
(Collection<String> subnets) The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subnets
The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
- Parameters:
subnets
- The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
- Parameters:
subnets
- The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
- Parameters:
securityGroups
- The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
- Parameters:
securityGroups
- The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-