| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputVpcRequest.Builder |
InputVpcRequest.builder() |
InputVpcRequest.Builder |
InputVpcRequest.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.Builder |
InputVpcRequest.Builder.securityGroupIds(String... securityGroupIds)
A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
InputVpcRequest.Builder |
InputVpcRequest.Builder.subnetIds(Collection<String> subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
InputVpcRequest.Builder |
InputVpcRequest.Builder.subnetIds(String... subnetIds)
A list of 2 VPC subnet IDs from the same VPC.
|
InputVpcRequest.Builder |
InputVpcRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputVpcRequest.Builder> |
InputVpcRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateInputRequest.Builder |
CreateInputRequest.Builder.vpc(Consumer<InputVpcRequest.Builder> vpc)
Sets the value of the Vpc property for this object.
|
Copyright © 2022. All rights reserved.