Interface DescribeConformancePacksRequest.Builder

    • Method Detail

      • conformancePackNames

        DescribeConformancePacksRequest.Builder conformancePackNames​(Collection<String> conformancePackNames)

        Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.

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

        DescribeConformancePacksRequest.Builder conformancePackNames​(String... conformancePackNames)

        Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.

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

        DescribeConformancePacksRequest.Builder limit​(Integer limit)

        The maximum number of conformance packs returned on each page.

        Parameters:
        limit - The maximum number of conformance packs returned on each page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeConformancePacksRequest.Builder nextToken​(String nextToken)

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

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