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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #environments(List) .environments - a consumer that will call methods on List.Builder #environments(List) 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 © 2022. All rights reserved.