| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.builder() |
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block for the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.destinationPortRange(String destinationPortRange)
The port range for the transit gateway policy rule.
|
default TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.metaData(Consumer<TransitGatewayPolicyRuleMetaData.Builder> metaData)
The meta data tags used for the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.metaData(TransitGatewayPolicyRuleMetaData metaData)
The meta data tags used for the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.protocol(String protocol)
The protocol used by the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.sourceCidrBlock(String sourceCidrBlock)
The source CIDR block for the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.Builder.sourcePortRange(String sourcePortRange)
The port range for the transit gateway policy rule.
|
TransitGatewayPolicyRule.Builder |
TransitGatewayPolicyRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayPolicyRule.Builder> |
TransitGatewayPolicyRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayPolicyTableEntry.Builder |
TransitGatewayPolicyTableEntry.Builder.policyRule(Consumer<TransitGatewayPolicyRule.Builder> policyRule)
The policy rule associated with the transit gateway policy table.
|
Copyright © 2023. All rights reserved.