Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.accepterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> accepterVpcInfo)
Information about the accepter VPC.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.accepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
Information about the accepter VPC.
|
static VpcPeeringConnection.Builder |
VpcPeeringConnection.builder() |
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.expirationTime(Instant expirationTime)
The time that an unaccepted VPC peering connection will expire.
|
default VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.requesterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> requesterVpcInfo)
Information about the requester VPC.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.requesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
Information about the requester VPC.
|
default VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.status(Consumer<VpcPeeringConnectionStateReason.Builder> status)
The status of the VPC peering connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.status(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.tags(Collection<Tag> tags)
Any tags assigned to the resource.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the resource.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.tags(Tag... tags)
Any tags assigned to the resource.
|
VpcPeeringConnection.Builder |
VpcPeeringConnection.toBuilder() |
VpcPeeringConnection.Builder |
VpcPeeringConnection.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends VpcPeeringConnection.Builder> |
VpcPeeringConnection.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default CreateVpcPeeringConnectionResponse.Builder |
CreateVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection)
Information about the VPC peering connection.
|
default AcceptVpcPeeringConnectionResponse.Builder |
AcceptVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection)
Information about the VPC peering connection.
|
Copyright © 2023. All rights reserved.