public static interface GetEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEnvironmentResponse.Builder |
environment(Consumer<Environment.Builder> environment)
The name of the FinSpace environment.
|
GetEnvironmentResponse.Builder |
environment(Environment environment)
The name of the FinSpace environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentResponse.Builder environment(Environment environment)
The name of the FinSpace environment.
environment - The name of the FinSpace environment.default GetEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
The name of the FinSpace environment.
This is a convenience 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 environment(Environment).environment - a consumer that will call methods on Environment.Builderenvironment(Environment)Copyright © 2022. All rights reserved.