Interface ListScriptsResponse.Builder

  • Method Details

    • scripts

      A set of properties describing the requested script.

      Parameters:
      scripts - A set of properties describing the requested script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scripts

      ListScriptsResponse.Builder scripts(Script... scripts)

      A set of properties describing the requested script.

      Parameters:
      scripts - A set of properties describing the requested script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scripts

      A set of properties describing the requested script.

      This is a convenience method that creates an instance of the Script.Builder avoiding the need to create one manually via Script.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to scripts(List<Script>).

      Parameters:
      scripts - a consumer that will call methods on Script.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListScriptsResponse.Builder nextToken(String nextToken)

      A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

      Parameters:
      nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.