public static interface GetEnvironmentResponse.Builder extends MwaaResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentResponse.Builder,GetEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEnvironmentResponse.Builder |
environment(Consumer<Environment.Builder> environment)
A JSON blob with environment details.
|
GetEnvironmentResponse.Builder |
environment(Environment environment)
A JSON blob with environment details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentResponse.Builder environment(Environment environment)
A JSON blob with environment details.
environment - A JSON blob with environment details.default GetEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
A JSON blob with environment details.
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 © 2021. All rights reserved.