Interface ListMalwareProtectionPlansResponse.Builder

    • Method Detail

      • malwareProtectionPlans

        ListMalwareProtectionPlansResponse.Builder malwareProtectionPlans​(Collection<MalwareProtectionPlanSummary> malwareProtectionPlans)

        A list of unique identifiers associated with each Malware Protection plan.

        Parameters:
        malwareProtectionPlans - A list of unique identifiers associated with each Malware Protection plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • malwareProtectionPlans

        ListMalwareProtectionPlansResponse.Builder malwareProtectionPlans​(MalwareProtectionPlanSummary... malwareProtectionPlans)

        A list of unique identifiers associated with each Malware Protection plan.

        Parameters:
        malwareProtectionPlans - A list of unique identifiers associated with each Malware Protection plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMalwareProtectionPlansResponse.Builder nextToken​(String nextToken)

        You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.

        Parameters:
        nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.