Uses of Interface
software.amazon.awssdk.services.medialive.model.InputVpcRequest.Builder
-
Packages that use InputVpcRequest.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputVpcRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputVpcRequest.Builder Modifier and Type Method Description static InputVpcRequest.BuilderInputVpcRequest. builder()InputVpcRequest.BuilderInputVpcRequest.Builder. securityGroupIds(String... securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.InputVpcRequest.BuilderInputVpcRequest.Builder. securityGroupIds(Collection<String> securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.InputVpcRequest.BuilderInputVpcRequest.Builder. subnetIds(String... subnetIds)A list of 2 VPC subnet IDs from the same VPC.InputVpcRequest.BuilderInputVpcRequest.Builder. subnetIds(Collection<String> subnetIds)A list of 2 VPC subnet IDs from the same VPC.InputVpcRequest.BuilderInputVpcRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputVpcRequest.Builder Modifier and Type Method Description static Class<? extends InputVpcRequest.Builder>InputVpcRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputVpcRequest.Builder Modifier and Type Method Description default CreateInputRequest.BuilderCreateInputRequest.Builder. vpc(Consumer<InputVpcRequest.Builder> vpc)Sets the value of the Vpc property for this object.
-