Interface CloudDetails.Builder

  • Method Details

    • provider

      CloudDetails.Builder provider(String provider)

      The cloud provider. Currently, only AWS is supported.

      Parameters:
      provider - The cloud provider. Currently, only AWS is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provider

      CloudDetails.Builder provider(CloudProvider provider)

      The cloud provider. Currently, only AWS is supported.

      Parameters:
      provider - The cloud provider. Currently, only AWS is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • region

      CloudDetails.Builder region(String region)

      The Amazon Web Services Region in which the investigated resource resides.

      Parameters:
      region - The Amazon Web Services Region in which the investigated resource resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • account

      CloudDetails.Builder account(String account)

      The Amazon Web Services account ID of the investigated resource.

      Parameters:
      account - The Amazon Web Services account ID of the investigated resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.