Interface ListLifecyclePoliciesResponse.Builder

    • Method Detail

      • lifecyclePolicySummaryList

        ListLifecyclePoliciesResponse.Builder lifecyclePolicySummaryList​(Collection<LifecyclePolicySummary> lifecyclePolicySummaryList)

        A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.

        Parameters:
        lifecyclePolicySummaryList - A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecyclePolicySummaryList

        ListLifecyclePoliciesResponse.Builder lifecyclePolicySummaryList​(LifecyclePolicySummary... lifecyclePolicySummaryList)

        A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.

        Parameters:
        lifecyclePolicySummaryList - A list of lifecycle policies in your Amazon Web Services account that meet the criteria specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLifecyclePoliciesResponse.Builder nextToken​(String nextToken)

        The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

        Parameters:
        nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.