| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcDestinationProperties.Builder |
VpcDestinationProperties.builder() |
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.roleArn(String roleArn)
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).
|
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.securityGroups(Collection<String> securityGroups)
The security groups of the VPC destination.
|
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.securityGroups(String... securityGroups)
The security groups of the VPC destination.
|
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.subnetIds(Collection<String> subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.subnetIds(String... subnetIds)
The subnet IDs of the VPC destination.
|
VpcDestinationProperties.Builder |
VpcDestinationProperties.toBuilder() |
VpcDestinationProperties.Builder |
VpcDestinationProperties.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcDestinationProperties.Builder> |
VpcDestinationProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TopicRuleDestination.Builder |
TopicRuleDestination.Builder.vpcProperties(Consumer<VpcDestinationProperties.Builder> vpcProperties)
Properties of the virtual private cloud (VPC) connection.
|
Copyright © 2023. All rights reserved.