public static final class GetApplicationEnvironmentResponse.Builder extends Object
GetApplicationEnvironmentResponse.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
GetApplicationEnvironmentResponse.Builder |
applicationEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
applicationEnvironmentVariable(String key,
Object value)
Put one entry to the
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
applicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse |
build()
Builds a new
GetApplicationEnvironmentResponse. |
GetApplicationEnvironmentResponse.Builder |
environmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
environmentVariable(String key,
Object value)
Put one entry to the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
from(GetApplicationEnvironmentResponse instance)
Fill a builder with attribute values from the provided
GetApplicationEnvironmentResponse instance. |
GetApplicationEnvironmentResponse.Builder |
putAllApplicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
Put all mappings from the specified map as entries to
applicationEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
putAllEnvironmentVariables(Map<String,? extends Object> environmentVariables)
Put all mappings from the specified map as entries to
environmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
putAllRunningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
Put all mappings from the specified map as entries to
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
putAllStagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
Put all mappings from the specified map as entries to
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
runningEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
runningEnvironmentVariable(String key,
Object value)
Put one entry to the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
runningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
runningEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
stagingEnvironmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
stagingEnvironmentVariable(String key,
Object value)
Put one entry to the
stagingEnvironmentVariables map. |
GetApplicationEnvironmentResponse.Builder |
stagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
Sets or replaces all mappings from the specified map as entries for the
stagingEnvironmentVariables map. |
public final GetApplicationEnvironmentResponse.Builder from(GetApplicationEnvironmentResponse instance)
GetApplicationEnvironmentResponse instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.
Collection elements and entries will be added, not replaced.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder applicationEnvironmentVariable(String key, Object value)
applicationEnvironmentVariables map.key - The key in the applicationEnvironmentVariables mapvalue - The associated value in the applicationEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder applicationEnvironmentVariable(Map.Entry<String,? extends Object> entry)
applicationEnvironmentVariables map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder applicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
applicationEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullapplicationEnvironmentVariables - The entries that will be added to the applicationEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder putAllApplicationEnvironmentVariables(Map<String,? extends Object> applicationEnvironmentVariables)
applicationEnvironmentVariables map. Nulls are not permittedapplicationEnvironmentVariables - The entries that will be added to the applicationEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder environmentVariable(String key, Object value)
environmentVariables map.key - The key in the environmentVariables mapvalue - The associated value in the environmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder environmentVariable(Map.Entry<String,? extends Object> entry)
environmentVariables map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder environmentVariables(Map<String,? extends Object> environmentVariables)
environmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullenvironmentVariables - The entries that will be added to the environmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder putAllEnvironmentVariables(Map<String,? extends Object> environmentVariables)
environmentVariables map. Nulls are not permittedenvironmentVariables - The entries that will be added to the environmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder runningEnvironmentVariable(String key, Object value)
runningEnvironmentVariables map.key - The key in the runningEnvironmentVariables mapvalue - The associated value in the runningEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder runningEnvironmentVariable(Map.Entry<String,? extends Object> entry)
runningEnvironmentVariables map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder runningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
runningEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullrunningEnvironmentVariables - The entries that will be added to the runningEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder putAllRunningEnvironmentVariables(Map<String,? extends Object> runningEnvironmentVariables)
runningEnvironmentVariables map. Nulls are not permittedrunningEnvironmentVariables - The entries that will be added to the runningEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder stagingEnvironmentVariable(String key, Object value)
stagingEnvironmentVariables map.key - The key in the stagingEnvironmentVariables mapvalue - The associated value in the stagingEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder stagingEnvironmentVariable(Map.Entry<String,? extends Object> entry)
stagingEnvironmentVariables map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder stagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
stagingEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullstagingEnvironmentVariables - The entries that will be added to the stagingEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder putAllStagingEnvironmentVariables(Map<String,? extends Object> stagingEnvironmentVariables)
stagingEnvironmentVariables map. Nulls are not permittedstagingEnvironmentVariables - The entries that will be added to the stagingEnvironmentVariables mapthis builder for use in a chained invocationpublic GetApplicationEnvironmentResponse build()
GetApplicationEnvironmentResponse.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.