public static interface ListScriptsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListScriptsResponse.Builder,ListScriptsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListScriptsResponse.Builder |
nextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
ListScriptsResponse.Builder |
scripts(Collection<Script> scripts)
A set of properties describing the requested script.
|
ListScriptsResponse.Builder |
scripts(Consumer<Script.Builder>... scripts)
A set of properties describing the requested script.
|
ListScriptsResponse.Builder |
scripts(Script... scripts)
A set of properties describing the requested script.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScriptsResponse.Builder scripts(Collection<Script> scripts)
A set of properties describing the requested script.
scripts - A set of properties describing the requested script.ListScriptsResponse.Builder scripts(Script... scripts)
A set of properties describing the requested script.
scripts - A set of properties describing the requested script.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 theScript.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
Copyright © 2022. All rights reserved.