Interface ListResiliencyPoliciesResponse.Builder

    • Method Detail

      • nextToken

        ListResiliencyPoliciesResponse.Builder nextToken​(String nextToken)

        Token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - Token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resiliencyPolicies

        ListResiliencyPoliciesResponse.Builder resiliencyPolicies​(Collection<ResiliencyPolicy> resiliencyPolicies)

        The resiliency policies for the Resilience Hub applications.

        Parameters:
        resiliencyPolicies - The resiliency policies for the Resilience Hub applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resiliencyPolicies

        ListResiliencyPoliciesResponse.Builder resiliencyPolicies​(ResiliencyPolicy... resiliencyPolicies)

        The resiliency policies for the Resilience Hub applications.

        Parameters:
        resiliencyPolicies - The resiliency policies for the Resilience Hub applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.