Interface DescribeOrganizationConfigRuleStatusesRequest.Builder

    • Method Detail

      • organizationConfigRuleNames

        DescribeOrganizationConfigRuleStatusesRequest.Builder organizationConfigRuleNames​(Collection<String> organizationConfigRuleNames)

        The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.

        Parameters:
        organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationConfigRuleNames

        DescribeOrganizationConfigRuleStatusesRequest.Builder organizationConfigRuleNames​(String... organizationConfigRuleNames)

        The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.

        Parameters:
        organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        DescribeOrganizationConfigRuleStatusesRequest.Builder limit​(Integer limit)

        The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.

        Parameters:
        limit - The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeOrganizationConfigRuleStatusesRequest.Builder nextToken​(String nextToken)

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Parameters:
        nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.