public static final class ApplicationEnvironmentResponse.Builder extends Object
ApplicationEnvironmentResponse.
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 ApplicationEnvironmentResponse.Builder from(ApplicationEnvironmentResponse instance)
ApplicationEnvironmentResponse 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 ApplicationEnvironmentResponse.Builder applicationEnvironmentJson(String key, Object value)
applicationEnvironmentJsons map.key - The key in the applicationEnvironmentJsons mapvalue - The associated value in the applicationEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder applicationEnvironmentJson(Map.Entry<String,? extends Object> entry)
applicationEnvironmentJsons map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder applicationEnvironmentJsons(Map<String,? extends Object> entries)
applicationEnvironmentJsons map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the applicationEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder putAllApplicationEnvironmentJsons(Map<String,? extends Object> entries)
applicationEnvironmentJsons map. Nulls are not permittedentries - The entries that will be added to the applicationEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder environmentJson(String key, Object value)
environmentJsons map.key - The key in the environmentJsons mapvalue - The associated value in the environmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder environmentJson(Map.Entry<String,? extends Object> entry)
environmentJsons map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder environmentJsons(Map<String,? extends Object> entries)
environmentJsons map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the environmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder putAllEnvironmentJsons(Map<String,? extends Object> entries)
environmentJsons map. Nulls are not permittedentries - The entries that will be added to the environmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder runningEnvironmentJson(String key, Object value)
runningEnvironmentJsons map.key - The key in the runningEnvironmentJsons mapvalue - The associated value in the runningEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder runningEnvironmentJson(Map.Entry<String,? extends Object> entry)
runningEnvironmentJsons map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder runningEnvironmentJsons(Map<String,? extends Object> entries)
runningEnvironmentJsons map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the runningEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder putAllRunningEnvironmentJsons(Map<String,? extends Object> entries)
runningEnvironmentJsons map. Nulls are not permittedentries - The entries that will be added to the runningEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder stagingEnvironmentJson(String key, Object value)
stagingEnvironmentJsons map.key - The key in the stagingEnvironmentJsons mapvalue - The associated value in the stagingEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder stagingEnvironmentJson(Map.Entry<String,? extends Object> entry)
stagingEnvironmentJsons map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder stagingEnvironmentJsons(Map<String,? extends Object> entries)
stagingEnvironmentJsons map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the stagingEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder putAllStagingEnvironmentJsons(Map<String,? extends Object> entries)
stagingEnvironmentJsons map. Nulls are not permittedentries - The entries that will be added to the stagingEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder systemEnvironmentJson(String key, Object value)
systemEnvironmentJsons map.key - The key in the systemEnvironmentJsons mapvalue - The associated value in the systemEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder systemEnvironmentJson(Map.Entry<String,? extends Object> entry)
systemEnvironmentJsons map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder systemEnvironmentJsons(Map<String,? extends Object> entries)
systemEnvironmentJsons map. Nulls are not permitted as keys or values, but parameter itself can be nullentries - The entries that will be added to the systemEnvironmentJsons mapthis builder for use in a chained invocationpublic final ApplicationEnvironmentResponse.Builder putAllSystemEnvironmentJsons(Map<String,? extends Object> entries)
systemEnvironmentJsons map. Nulls are not permittedentries - The entries that will be added to the systemEnvironmentJsons mapthis builder for use in a chained invocationpublic ApplicationEnvironmentResponse build()
ApplicationEnvironmentResponse.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.