public static interface UpdateEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentResponse.Builder,UpdateEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnvironmentResponse.Builder |
environment(Consumer<Environment.Builder> environment)
Returns the FinSpace environment object.
|
UpdateEnvironmentResponse.Builder |
environment(Environment environment)
Returns the FinSpace environment object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentResponse.Builder environment(Environment environment)
Returns the FinSpace environment object.
environment - Returns the FinSpace environment object.default UpdateEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
Returns the FinSpace environment object.
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 environment(Environment).
environment - a consumer that will call methods on Environment.Builderenvironment(Environment)Copyright © 2023. All rights reserved.