Uses of Class
com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelVpc.Builder
-
Packages that use MedialiveChannelVpc.Builder Package Description com.hashicorp.cdktf.providers.aws.medialive_channel aws_medialive_channel -
-
Uses of MedialiveChannelVpc.Builder in com.hashicorp.cdktf.providers.aws.medialive_channel
Methods in com.hashicorp.cdktf.providers.aws.medialive_channel that return MedialiveChannelVpc.Builder Modifier and Type Method Description static MedialiveChannelVpc.BuilderMedialiveChannelVpc. builder()MedialiveChannelVpc.BuilderMedialiveChannelVpc.Builder. publicAddressAllocationIds(List<String> publicAddressAllocationIds)Sets the value ofMedialiveChannelVpc.getPublicAddressAllocationIds()MedialiveChannelVpc.BuilderMedialiveChannelVpc.Builder. securityGroupIds(List<String> securityGroupIds)Sets the value ofMedialiveChannelVpc.getSecurityGroupIds()MedialiveChannelVpc.BuilderMedialiveChannelVpc.Builder. subnetIds(List<String> subnetIds)Sets the value ofMedialiveChannelVpc.getSubnetIds()Constructors in com.hashicorp.cdktf.providers.aws.medialive_channel with parameters of type MedialiveChannelVpc.Builder Constructor Description Jsii$Proxy(MedialiveChannelVpc.Builder builder)Constructor that initializes the object based on literal property values passed by theMedialiveChannelVpc.Builder.
-