@Stability(value=Stable) public static final class CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRuleDestination.VpcDestinationPropertiesProperty>
CfnTopicRuleDestination.VpcDestinationPropertiesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRuleDestination.VpcDestinationPropertiesProperty |
build()
Builds the configured instance.
|
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getRoleArn() |
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder |
securityGroups(List<String> securityGroups)
|
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getSubnetIds() |
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getVpcId() |
@Stability(value=Stable) public CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder roleArn(String roleArn)
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getRoleArn()roleArn - The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).this@Stability(value=Stable) public CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder securityGroups(List<String> securityGroups)
securityGroups - The security groups of the VPC destination.this@Stability(value=Stable) public CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder subnetIds(List<String> subnetIds)
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getSubnetIds()subnetIds - The subnet IDs of the VPC destination.this@Stability(value=Stable) public CfnTopicRuleDestination.VpcDestinationPropertiesProperty.Builder vpcId(String vpcId)
CfnTopicRuleDestination.VpcDestinationPropertiesProperty.getVpcId()vpcId - The ID of the VPC.this@Stability(value=Stable) public CfnTopicRuleDestination.VpcDestinationPropertiesProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRuleDestination.VpcDestinationPropertiesProperty>CfnTopicRuleDestination.VpcDestinationPropertiesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.