Uses of Interface
software.amazon.awssdk.services.medialive.model.VpcOutputSettings.Builder
-
Packages that use VpcOutputSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of VpcOutputSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return VpcOutputSettings.Builder Modifier and Type Method Description static VpcOutputSettings.BuilderVpcOutputSettings. builder()VpcOutputSettings.BuilderVpcOutputSettings.Builder. publicAddressAllocationIds(String... publicAddressAllocationIds)List of public address allocation ids to associate with ENIs that will be created in Output VPC.VpcOutputSettings.BuilderVpcOutputSettings.Builder. publicAddressAllocationIds(Collection<String> publicAddressAllocationIds)List of public address allocation ids to associate with ENIs that will be created in Output VPC.VpcOutputSettings.BuilderVpcOutputSettings.Builder. securityGroupIds(String... securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.VpcOutputSettings.BuilderVpcOutputSettings.Builder. securityGroupIds(Collection<String> securityGroupIds)A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces.VpcOutputSettings.BuilderVpcOutputSettings.Builder. subnetIds(String... subnetIds)A list of VPC subnet IDs from the same VPC.VpcOutputSettings.BuilderVpcOutputSettings.Builder. subnetIds(Collection<String> subnetIds)A list of VPC subnet IDs from the same VPC.VpcOutputSettings.BuilderVpcOutputSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type VpcOutputSettings.Builder Modifier and Type Method Description static Class<? extends VpcOutputSettings.Builder>VpcOutputSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type VpcOutputSettings.Builder Modifier and Type Method Description default CreateChannelRequest.BuilderCreateChannelRequest.Builder. vpc(Consumer<VpcOutputSettings.Builder> vpc)Settings for the VPC outputs This is a convenience method that creates an instance of theVpcOutputSettings.Builderavoiding the need to create one manually viaVpcOutputSettings.builder().
-