Uses of Interface
software.amazon.awssdk.services.robomaker.model.VPCConfigResponse.Builder
-
Packages that use VPCConfigResponse.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of VPCConfigResponse.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return VPCConfigResponse.Builder Modifier and Type Method Description VPCConfigResponse.BuilderVPCConfigResponse.Builder. assignPublicIp(Boolean assignPublicIp)A boolean indicating if a public IP was assigned.static VPCConfigResponse.BuilderVPCConfigResponse. builder()VPCConfigResponse.BuilderVPCConfigResponse.Builder. securityGroups(String... securityGroups)A list of security group IDs associated with the simulation job.VPCConfigResponse.BuilderVPCConfigResponse.Builder. securityGroups(Collection<String> securityGroups)A list of security group IDs associated with the simulation job.VPCConfigResponse.BuilderVPCConfigResponse.Builder. subnets(String... subnets)A list of subnet IDs associated with the simulation job.VPCConfigResponse.BuilderVPCConfigResponse.Builder. subnets(Collection<String> subnets)A list of subnet IDs associated with the simulation job.VPCConfigResponse.BuilderVPCConfigResponse. toBuilder()VPCConfigResponse.BuilderVPCConfigResponse.Builder. vpcId(String vpcId)The VPC ID associated with your simulation job.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type VPCConfigResponse.Builder Modifier and Type Method Description static Class<? extends VPCConfigResponse.Builder>VPCConfigResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type VPCConfigResponse.Builder Modifier and Type Method Description default CreateSimulationJobResponse.BuilderCreateSimulationJobResponse.Builder. vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)Information about the vpc configuration.default DescribeSimulationJobResponse.BuilderDescribeSimulationJobResponse.Builder. vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)The VPC configuration.default SimulationJob.BuilderSimulationJob.Builder. vpcConfig(Consumer<VPCConfigResponse.Builder> vpcConfig)VPC configuration information.
-