Interface CreateCoipPoolRequest.Builder

    • Method Detail

      • localGatewayRouteTableId

        CreateCoipPoolRequest.Builder localGatewayRouteTableId​(String localGatewayRouteTableId)

        The ID of the local gateway route table.

        Parameters:
        localGatewayRouteTableId - The ID of the local gateway route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

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

        The tags to assign to the CoIP address pool.

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

        CreateCoipPoolRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the CoIP address pool.

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

        CreateCoipPoolRequest.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.