Interface ListActionTypesResponse.Builder

    • Method Detail

      • actionTypes

        ListActionTypesResponse.Builder actionTypes​(Collection<ActionType> actionTypes)

        Provides details of the action types.

        Parameters:
        actionTypes - Provides details of the action types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionTypes

        ListActionTypesResponse.Builder actionTypes​(ActionType... actionTypes)

        Provides details of the action types.

        Parameters:
        actionTypes - Provides details of the action types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListActionTypesResponse.Builder nextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list action types call to return the next set of action types in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list action types call to return the next set of action types in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.