Interface ListScriptsResponse.Builder

    • Method Detail

      • scripts

        ListScriptsResponse.Builder scripts​(Collection<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

        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

        ListScriptsResponse.Builder scripts​(Consumer<Script.Builder>... 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

        JavaScript is disabled on your browser.

Copyright © 2024. All rights reserved.