Interface CapacityProviderVpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CapacityProviderVpcConfig.Builder,,CapacityProviderVpcConfig> SdkBuilder<CapacityProviderVpcConfig.Builder,,CapacityProviderVpcConfig> SdkPojo
- Enclosing class:
CapacityProviderVpcConfig
@Mutable
@NotThreadSafe
public static interface CapacityProviderVpcConfig.Builder
extends SdkPojo, CopyableBuilder<CapacityProviderVpcConfig.Builder,CapacityProviderVpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) A list of security group IDs that control network access for compute instances managed by the capacity provider.securityGroupIds(Collection<String> securityGroupIds) A list of security group IDs that control network access for compute instances managed by the capacity provider.A list of subnet IDs where the capacity provider launches compute instances.subnetIds(Collection<String> subnetIds) A list of subnet IDs where the capacity provider launches compute instances.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
-
subnetIds
A list of subnet IDs where the capacity provider launches compute instances.
- Parameters:
subnetIds- A list of subnet IDs where the capacity provider launches compute instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs where the capacity provider launches compute instances.
- Parameters:
subnetIds- A list of subnet IDs where the capacity provider launches compute instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security group IDs that control network access for compute instances managed by the capacity provider.
- Parameters:
securityGroupIds- A list of security group IDs that control network access for compute instances managed by the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security group IDs that control network access for compute instances managed by the capacity provider.
- Parameters:
securityGroupIds- A list of security group IDs that control network access for compute instances managed by the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-