public static interface ListSimulationsResponse.Builder extends SimSpaceWeaverResponse.Builder, SdkPojo, CopyableBuilder<ListSimulationsResponse.Builder,ListSimulationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSimulationsResponse.Builder |
nextToken(String nextToken)
If SimSpace Weaver returns
nextToken, then there are more results available. |
ListSimulationsResponse.Builder |
simulations(Collection<SimulationMetadata> simulations)
The list of simulations.
|
ListSimulationsResponse.Builder |
simulations(Consumer<SimulationMetadata.Builder>... simulations)
The list of simulations.
|
ListSimulationsResponse.Builder |
simulations(SimulationMetadata... simulations)
The list of simulations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSimulationsResponse.Builder nextToken(String nextToken)
If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you
provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
nextToken - If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the
operation again using the returned token. Keep all other arguments unchanged. If no results remain,
then nextToken is set to null. Each pagination token expires after 24 hours.
If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException
error.ListSimulationsResponse.Builder simulations(Collection<SimulationMetadata> simulations)
The list of simulations.
simulations - The list of simulations.ListSimulationsResponse.Builder simulations(SimulationMetadata... simulations)
The list of simulations.
simulations - The list of simulations.ListSimulationsResponse.Builder simulations(Consumer<SimulationMetadata.Builder>... simulations)
The list of simulations.
This is a convenience method that creates an instance of theSimulationMetadata.Builder avoiding the need to
create one manually via
SimulationMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #simulations(List.
simulations - a consumer that will call methods on
SimulationMetadata.Builder#simulations(java.util.Collection) Copyright © 2023. All rights reserved.