public static interface RouteSetDetails.Builder extends SdkPojo, CopyableBuilder<RouteSetDetails.Builder,RouteSetDetails>
| Modifier and Type | Method and Description |
|---|---|
RouteSetDetails.Builder |
carrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
RouteSetDetails.Builder |
coreNetworkArn(String coreNetworkArn)
The Amazon Resource Name (ARN) of the core network.
|
RouteSetDetails.Builder |
destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR block used for the destination match.
|
RouteSetDetails.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR block used for the destination match.
|
RouteSetDetails.Builder |
destinationPrefixListId(String destinationPrefixListId)
The prefix of the destination Amazon Web Service.
|
RouteSetDetails.Builder |
egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only internet gateway.
|
RouteSetDetails.Builder |
gatewayId(String gatewayId)
The ID of a gateway attached to your VPC.
|
RouteSetDetails.Builder |
instanceId(String instanceId)
The ID of a NAT instance in your VPC.
|
RouteSetDetails.Builder |
instanceOwnerId(String instanceOwnerId)
The ID of the Amazon Web Services account that owns the instance.
|
RouteSetDetails.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
RouteSetDetails.Builder |
natGatewayId(String natGatewayId)
The ID of a NAT gateway.
|
RouteSetDetails.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
RouteSetDetails.Builder |
origin(String origin)
Describes how the route was created.
|
RouteSetDetails.Builder |
state(String state)
The state of the route.
|
RouteSetDetails.Builder |
transitGatewayId(String transitGatewayId)
The ID of a transit gateway.
|
RouteSetDetails.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouteSetDetails.Builder carrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
carrierGatewayId - The ID of the carrier gateway.RouteSetDetails.Builder coreNetworkArn(String coreNetworkArn)
The Amazon Resource Name (ARN) of the core network.
coreNetworkArn - The Amazon Resource Name (ARN) of the core network.RouteSetDetails.Builder destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR block used for the destination match.
destinationCidrBlock - The IPv4 CIDR block used for the destination match.RouteSetDetails.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR block used for the destination match.
destinationIpv6CidrBlock - The IPv6 CIDR block used for the destination match.RouteSetDetails.Builder destinationPrefixListId(String destinationPrefixListId)
The prefix of the destination Amazon Web Service.
destinationPrefixListId - The prefix of the destination Amazon Web Service.RouteSetDetails.Builder egressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only internet gateway.
egressOnlyInternetGatewayId - The ID of the egress-only internet gateway.RouteSetDetails.Builder gatewayId(String gatewayId)
The ID of a gateway attached to your VPC.
gatewayId - The ID of a gateway attached to your VPC.RouteSetDetails.Builder instanceId(String instanceId)
The ID of a NAT instance in your VPC.
instanceId - The ID of a NAT instance in your VPC.RouteSetDetails.Builder instanceOwnerId(String instanceOwnerId)
The ID of the Amazon Web Services account that owns the instance.
instanceOwnerId - The ID of the Amazon Web Services account that owns the instance.RouteSetDetails.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.RouteSetDetails.Builder natGatewayId(String natGatewayId)
The ID of a NAT gateway.
natGatewayId - The ID of a NAT gateway.RouteSetDetails.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.RouteSetDetails.Builder origin(String origin)
Describes how the route was created.
origin - Describes how the route was created.RouteSetDetails.Builder state(String state)
The state of the route.
state - The state of the route.RouteSetDetails.Builder transitGatewayId(String transitGatewayId)
The ID of a transit gateway.
transitGatewayId - The ID of a transit gateway.RouteSetDetails.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of a VPC peering connection.
vpcPeeringConnectionId - The ID of a VPC peering connection.Copyright © 2023. All rights reserved.