Uses of Interface
software.amazon.awssdk.services.iot.model.VpcDestinationProperties.Builder
-
Packages that use VpcDestinationProperties.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of VpcDestinationProperties.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return VpcDestinationProperties.Builder Modifier and Type Method Description static VpcDestinationProperties.BuilderVpcDestinationProperties. builder()VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. roleArn(String roleArn)The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. securityGroups(String... securityGroups)The security groups of the VPC destination.VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. securityGroups(Collection<String> securityGroups)The security groups of the VPC destination.VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. subnetIds(String... subnetIds)The subnet IDs of the VPC destination.VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. subnetIds(Collection<String> subnetIds)The subnet IDs of the VPC destination.VpcDestinationProperties.BuilderVpcDestinationProperties. toBuilder()VpcDestinationProperties.BuilderVpcDestinationProperties.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type VpcDestinationProperties.Builder Modifier and Type Method Description static Class<? extends VpcDestinationProperties.Builder>VpcDestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type VpcDestinationProperties.Builder Modifier and Type Method Description default TopicRuleDestination.BuilderTopicRuleDestination.Builder. vpcProperties(Consumer<VpcDestinationProperties.Builder> vpcProperties)Properties of the virtual private cloud (VPC) connection.
-