Interface ListGroupingAttributeDefinitionsRequest.Builder

  • Method Details

    • nextToken

      Include this value, if it was returned by the previous operation, to get the next set of grouping attribute definitions.

      Parameters:
      nextToken - Include this value, if it was returned by the previous operation, to get the next set of grouping attribute definitions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      The Amazon Web Services account ID to retrieve grouping attribute definitions for. Use this when accessing grouping configurations from a different account in cross-account monitoring scenarios.

      Parameters:
      awsAccountId - The Amazon Web Services account ID to retrieve grouping attribute definitions for. Use this when accessing grouping configurations from a different account in cross-account monitoring scenarios.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeLinkedAccounts

      ListGroupingAttributeDefinitionsRequest.Builder includeLinkedAccounts(Boolean includeLinkedAccounts)

      If you are using this operation in a monitoring account, specify true to include grouping attributes from source accounts in the returned data.

      Parameters:
      includeLinkedAccounts - If you are using this operation in a monitoring account, specify true to include grouping attributes from source accounts in the returned data.
      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.