Interface GetResourceExplorerSetupRequest.Builder

  • Method Details

    • taskId

      The unique identifier of the setup task to retrieve status information for. This ID is returned by CreateResourceExplorerSetup or DeleteResourceExplorerSetup operations.

      Parameters:
      taskId - The unique identifier of the setup task to retrieve status information for. This ID is returned by CreateResourceExplorerSetup or DeleteResourceExplorerSetup operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of Region status results to return in a single response. Valid values are between 1 and 100.

      Parameters:
      maxResults - The maximum number of Region status results to return in a single response. Valid values are between 1 and 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token from a previous GetResourceExplorerSetup response. Use this token to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token from a previous GetResourceExplorerSetup response. Use this token to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetResourceExplorerSetupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.