Interface CreateResourceExplorerSetupRequest.Builder

  • Method Details

    • regionList

      A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.

      Parameters:
      regionList - A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionList

      A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.

      Parameters:
      regionList - A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aggregatorRegions

      CreateResourceExplorerSetupRequest.Builder aggregatorRegions(Collection<String> aggregatorRegions)

      A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.

      Parameters:
      aggregatorRegions - A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aggregatorRegions

      CreateResourceExplorerSetupRequest.Builder aggregatorRegions(String... aggregatorRegions)

      A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.

      Parameters:
      aggregatorRegions - A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • viewName

      The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.

      Parameters:
      viewName - The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.