Interface VPCConfigResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VPCConfigResponse.Builder,
,VPCConfigResponse> SdkBuilder<VPCConfigResponse.Builder,
,VPCConfigResponse> SdkPojo
- Enclosing class:
VPCConfigResponse
@Mutable
@NotThreadSafe
public static interface VPCConfigResponse.Builder
extends SdkPojo, CopyableBuilder<VPCConfigResponse.Builder,VPCConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionassignPublicIp
(Boolean assignPublicIp) A boolean indicating if a public IP was assigned.securityGroups
(String... securityGroups) A list of security group IDs associated with the simulation job.securityGroups
(Collection<String> securityGroups) A list of security group IDs associated with the simulation job.A list of subnet IDs associated with the simulation job.subnets
(Collection<String> subnets) A list of subnet IDs associated with the simulation job.The VPC ID associated with your simulation job.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
A list of subnet IDs associated with the simulation job.
- Parameters:
subnets
- A list of subnet IDs associated with the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
A list of subnet IDs associated with the simulation job.
- Parameters:
subnets
- A list of subnet IDs associated with the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
A list of security group IDs associated with the simulation job.
- Parameters:
securityGroups
- A list of security group IDs associated with the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
A list of security group IDs associated with the simulation job.
- Parameters:
securityGroups
- A list of security group IDs associated with the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The VPC ID associated with your simulation job.
- Parameters:
vpcId
- The VPC ID associated with your simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignPublicIp
A boolean indicating if a public IP was assigned.
- Parameters:
assignPublicIp
- A boolean indicating if a public IP was assigned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-