Interface BatchGetSandboxesResponse.Builder

  • Method Details

    • sandboxes

      Information about the requested sandboxes.

      Parameters:
      sandboxes - Information about the requested sandboxes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sandboxes

      BatchGetSandboxesResponse.Builder sandboxes(Sandbox... sandboxes)

      Information about the requested sandboxes.

      Parameters:
      sandboxes - Information about the requested sandboxes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sandboxes

      Information about the requested sandboxes.

      This is a convenience method that creates an instance of the Sandbox.Builder avoiding the need to create one manually via Sandbox.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sandboxes(List<Sandbox>).

      Parameters:
      sandboxes - a consumer that will call methods on Sandbox.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sandboxesNotFound

      BatchGetSandboxesResponse.Builder sandboxesNotFound(Collection<String> sandboxesNotFound)

      The IDs of sandboxes for which information could not be found.

      Parameters:
      sandboxesNotFound - The IDs of sandboxes for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sandboxesNotFound

      BatchGetSandboxesResponse.Builder sandboxesNotFound(String... sandboxesNotFound)

      The IDs of sandboxes for which information could not be found.

      Parameters:
      sandboxesNotFound - The IDs of sandboxes for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.