| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RouteSetDetails |
RouteSetDetails.clone() |
RouteSetDetails |
RouteSetDetails.withCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
RouteSetDetails |
RouteSetDetails.withCoreNetworkArn(String coreNetworkArn)
The Amazon Resource Name (ARN) of the core network.
|
RouteSetDetails |
RouteSetDetails.withDestinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR block used for the destination match.
|
RouteSetDetails |
RouteSetDetails.withDestinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR block used for the destination match.
|
RouteSetDetails |
RouteSetDetails.withDestinationPrefixListId(String destinationPrefixListId)
The prefix of the destination Amazon Web Service.
|
RouteSetDetails |
RouteSetDetails.withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only internet gateway.
|
RouteSetDetails |
RouteSetDetails.withGatewayId(String gatewayId)
The ID of a gateway attached to your VPC.
|
RouteSetDetails |
RouteSetDetails.withInstanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
RouteSetDetails |
RouteSetDetails.withInstanceOwnerId(String instanceOwnerId)
The ID of the Amazon Web Services account that owns the instance.
|
RouteSetDetails |
RouteSetDetails.withLocalGatewayId(String localGatewayId)
The ID of the local gateway.
|
RouteSetDetails |
RouteSetDetails.withNatGatewayId(String natGatewayId)
The ID of a NAT gateway.
|
RouteSetDetails |
RouteSetDetails.withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
RouteSetDetails |
RouteSetDetails.withOrigin(String origin)
Describes how the route was created.
|
RouteSetDetails |
RouteSetDetails.withState(String state)
The state of the route.
|
RouteSetDetails |
RouteSetDetails.withTransitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
RouteSetDetails |
RouteSetDetails.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteSetDetails> |
AwsEc2RouteTableDetails.getRouteSet()
The routes in the route table.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withRouteSet(RouteSetDetails... routeSet)
The routes in the route table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2RouteTableDetails.setRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
AwsEc2RouteTableDetails |
AwsEc2RouteTableDetails.withRouteSet(Collection<RouteSetDetails> routeSet)
The routes in the route table.
|
Copyright © 2023. All rights reserved.