Interface DescribeActionTargetsResponse.Builder

    • Method Detail

      • actionTargets

        DescribeActionTargetsResponse.Builder actionTargets​(Collection<ActionTarget> actionTargets)

        A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.

        Parameters:
        actionTargets - A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionTargets

        DescribeActionTargetsResponse.Builder actionTargets​(ActionTarget... actionTargets)

        A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.

        Parameters:
        actionTargets - A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeActionTargetsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

        Parameters:
        nextToken - The pagination token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.