Interface RegionStatus.Builder

  • Method Details

    • region

      RegionStatus.Builder region(String region)

      The Amazon Web Services Region for which this status information applies.

      Parameters:
      region - The Amazon Web Services Region for which this status information applies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • index

      The status information for the Resource Explorer index in this Region.

      Parameters:
      index - The status information for the Resource Explorer index in this Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • index

      The status information for the Resource Explorer index in this Region.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to index(IndexStatus).

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

      The status information for the Resource Explorer view in this Region.

      Parameters:
      view - The status information for the Resource Explorer view in this Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • view

      The status information for the Resource Explorer view in this Region.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to view(ViewStatus).

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