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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityProviderVpcConfig.BuildersecurityGroupIds(String... securityGroupIds)A list of security group IDs that control network access for compute instances managed by the capacity provider.CapacityProviderVpcConfig.BuildersecurityGroupIds(Collection<String> securityGroupIds)A list of security group IDs that control network access for compute instances managed by the capacity provider.CapacityProviderVpcConfig.BuildersubnetIds(String... subnetIds)A list of subnet IDs where the capacity provider launches compute instances.CapacityProviderVpcConfig.BuildersubnetIds(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
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 Detail
-
subnetIds
CapacityProviderVpcConfig.Builder subnetIds(Collection<String> 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
CapacityProviderVpcConfig.Builder subnetIds(String... 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
CapacityProviderVpcConfig.Builder securityGroupIds(Collection<String> 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
CapacityProviderVpcConfig.Builder securityGroupIds(String... 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.
-
-