Interface CreateVpcPeeringConnectionRequest.Builder

    • Method Detail

      • dryRun

        CreateVpcPeeringConnectionRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerOwnerId

        CreateVpcPeeringConnectionRequest.Builder peerOwnerId​(String peerOwnerId)

        The Amazon Web Services account ID of the owner of the accepter VPC.

        Default: Your Amazon Web Services account ID

        Parameters:
        peerOwnerId - The Amazon Web Services account ID of the owner of the accepter VPC.

        Default: Your Amazon Web Services account ID

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerVpcId

        CreateVpcPeeringConnectionRequest.Builder peerVpcId​(String peerVpcId)

        The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

        Parameters:
        peerVpcId - The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        CreateVpcPeeringConnectionRequest.Builder vpcId​(String vpcId)

        The ID of the requester VPC. You must specify this parameter in the request.

        Parameters:
        vpcId - The ID of the requester VPC. You must specify this parameter in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • peerRegion

        CreateVpcPeeringConnectionRequest.Builder peerRegion​(String peerRegion)

        The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

        Default: The Region in which you make the request.

        Parameters:
        peerRegion - The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

        Default: The Region in which you make the request.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateVpcPeeringConnectionRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to assign to the peering connection.

        Parameters:
        tagSpecifications - The tags to assign to the peering connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateVpcPeeringConnectionRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the peering connection.

        Parameters:
        tagSpecifications - The tags to assign to the peering connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.