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 VPC security groups to associate with the managed instances.securityGroups(Collection<String> securityGroups) The VPC security groups to associate with the managed instances.The VPC subnets where managed instances are launched.subnets(Collection<String> subnets) The VPC subnets where managed instances are launched.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
subnets
The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.
- Parameters:
subnets- The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.
- Parameters:
subnets- The VPC subnets where managed instances are launched. If your subnets don't provide public IP addresses, they must have a NAT gateway for outbound internet access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The VPC security groups to associate with the managed instances.
- Parameters:
securityGroups- The VPC security groups to associate with the managed instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The VPC security groups to associate with the managed instances.
- Parameters:
securityGroups- The VPC security groups to associate with the managed instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-