Interface ListAppComponentCompliancesResponse.Builder

    • Method Detail

      • componentCompliances

        ListAppComponentCompliancesResponse.Builder componentCompliances​(Collection<AppComponentCompliance> componentCompliances)

        The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.

        Parameters:
        componentCompliances - The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentCompliances

        ListAppComponentCompliancesResponse.Builder componentCompliances​(AppComponentCompliance... componentCompliances)

        The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.

        Parameters:
        componentCompliances - The compliances for an Resilience Hub Application Component, returned as an object. This object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and more.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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