public static interface ListEnvironmentsResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentsResponse.Builder,ListEnvironmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResponse.Builder |
environments(Collection<Environment> environments)
A list of all of your FinSpace environments.
|
ListEnvironmentsResponse.Builder |
environments(Consumer<Environment.Builder>... environments)
A list of all of your FinSpace environments.
|
ListEnvironmentsResponse.Builder |
environments(Environment... environments)
A list of all of your FinSpace environments.
|
ListEnvironmentsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentsResponse.Builder environments(Collection<Environment> environments)
A list of all of your FinSpace environments.
environments - A list of all of your FinSpace environments.ListEnvironmentsResponse.Builder environments(Environment... environments)
A list of all of your FinSpace environments.
environments - A list of all of your FinSpace environments.ListEnvironmentsResponse.Builder environments(Consumer<Environment.Builder>... environments)
A list of all of your FinSpace environments.
This is a convenience method that creates an instance of theEnvironment.Builder avoiding the need to create one
manually via Environment.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #environments(List.
environments - a consumer that will call methods on
Environment.Builder#environments(java.util.Collection) ListEnvironmentsResponse.Builder nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
nextToken - A token that you can use in a subsequent call to retrieve the next set of results.Copyright © 2023. All rights reserved.