Interface ListComplianceItemsRequest.Builder

    • Method Detail

      • filters

        ListComplianceItemsRequest.Builder filters​(Collection<ComplianceStringFilter> filters)

        One or more compliance filters. Use a filter to return a more specific list of results.

        Parameters:
        filters - One or more compliance filters. Use a filter to return a more specific list of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListComplianceItemsRequest.Builder filters​(ComplianceStringFilter... filters)

        One or more compliance filters. Use a filter to return a more specific list of results.

        Parameters:
        filters - One or more compliance filters. Use a filter to return a more specific list of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ListComplianceItemsRequest.Builder resourceIds​(Collection<String> resourceIds)

        The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.

        Parameters:
        resourceIds - The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceIds

        ListComplianceItemsRequest.Builder resourceIds​(String... resourceIds)

        The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.

        Parameters:
        resourceIds - The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ListComplianceItemsRequest.Builder resourceTypes​(Collection<String> resourceTypes)

        The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.

        Parameters:
        resourceTypes - The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ListComplianceItemsRequest.Builder resourceTypes​(String... resourceTypes)

        The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.

        Parameters:
        resourceTypes - The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComplianceItemsRequest.Builder nextToken​(String nextToken)

        A token to start the list. Use this token to get the next set of results.

        Parameters:
        nextToken - A token to start the list. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListComplianceItemsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.