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 that creates an instance of theList
Copyright © 2020. All rights reserved.