@Stability(value=Stable) public static final class Environment.Builder extends Object
Environment| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
build()
Builds the configured instance.
|
Environment.Builder |
withAccount(String value)
Sets the value of Account
|
Environment.Builder |
withRegion(String value)
Sets the value of Region
|
@Stability(value=Stable) public Environment.Builder withAccount(@Nullable String value)
value - The AWS account ID for this environment.this@Stability(value=Stable) public Environment.Builder withRegion(@Nullable String value)
value - The AWS region for this environment.this@Stability(value=Stable) public Environment build()
EnvironmentNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.