Interface GetResourceExplorerSetupResponse.Builder

  • Method Details

    • regions

      A list of Region status objects that describe the current state of Resource Explorer configuration in each Region.

      Parameters:
      regions - A list of Region status objects that describe the current state of Resource Explorer configuration in each Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      A list of Region status objects that describe the current state of Resource Explorer configuration in each Region.

      Parameters:
      regions - A list of Region status objects that describe the current state of Resource Explorer configuration in each Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regions

      A list of Region status objects that describe the current state of Resource Explorer configuration in each Region.

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

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

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

      The pagination token to use in a subsequent GetResourceExplorerSetup request to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token to use in a subsequent GetResourceExplorerSetup request to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.