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)
An object containing all available details about the environment.
|
GetEnvironmentResponse.Builder |
environment(Environment environment)
An object containing all available details about the environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentResponse.Builder environment(Environment environment)
An object containing all available details about the environment.
environment - An object containing all available details about the environment.default GetEnvironmentResponse.Builder environment(Consumer<Environment.Builder> environment)
An object containing all available details about the environment.
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 © 2022. All rights reserved.