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.
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> entries)
applicationEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - 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> entries)
applicationEnvironmentVariables map. Nulls are not permittedentries - 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> entries)
environmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - 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> entries)
environmentVariables map. Nulls are not permittedentries - 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> entries)
runningEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - 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> entries)
runningEnvironmentVariables map. Nulls are not permittedentries - 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> entries)
stagingEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - 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> entries)
stagingEnvironmentVariables map. Nulls are not permittedentries - The entries that will be added to the stagingEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder systemEnvironmentVariable(String key, Object value)
systemEnvironmentVariables map.key - The key in the systemEnvironmentVariables mapvalue - The associated value in the systemEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder systemEnvironmentVariable(Map.Entry<String,? extends Object> entry)
systemEnvironmentVariables map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder systemEnvironmentVariables(Map<String,? extends Object> entries)
systemEnvironmentVariables map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the systemEnvironmentVariables mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentResponse.Builder putAllSystemEnvironmentVariables(Map<String,? extends Object> entries)
systemEnvironmentVariables map. Nulls are not permittedentries - The entries that will be added to the systemEnvironmentVariables mapthis builder for use in a chained invocationpublic GetApplicationEnvironmentResponse build()
GetApplicationEnvironmentResponse.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.