Interface DescribeOrganizationConformancePackStatusesRequest.Builder

    • Method Detail

      • organizationConformancePackNames

        DescribeOrganizationConformancePackStatusesRequest.Builder organizationConformancePackNames​(Collection<String> organizationConformancePackNames)

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

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

        DescribeOrganizationConformancePackStatusesRequest.Builder organizationConformancePackNames​(String... organizationConformancePackNames)

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

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

        DescribeOrganizationConformancePackStatusesRequest.Builder limit​(Integer limit)

        The maximum number of OrganizationConformancePackStatuses 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 OrganizationConformancePackStatuses 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

        DescribeOrganizationConformancePackStatusesRequest.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.