CopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
, SdkBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
public static interface EnvironmentResponse.Builder extends CopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
Modifier and Type | Method | Description |
---|---|---|
EnvironmentResponse.Builder |
error(EnvironmentError error) |
|
EnvironmentResponse.Builder |
variables(Map<String,String> variables) |
The key-value pairs returned that represent your environment's configuration settings or error information.
|
copy
apply, build
EnvironmentResponse.Builder variables(Map<String,String> variables)
The key-value pairs returned that represent your environment's configuration settings or error information.
variables
- The key-value pairs returned that represent your environment's configuration settings or error
information.EnvironmentResponse.Builder error(EnvironmentError error)
error
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.