public static final class UpdateApplicationEnvironmentVariablesRequest.Builder extends Object
UpdateApplicationEnvironmentVariablesRequest.
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 UpdateApplicationEnvironmentVariablesRequest.Builder from(UpdateApplicationEnvironmentVariablesRequest instance)
UpdateApplicationEnvironmentVariablesRequest 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 UpdateApplicationEnvironmentVariablesRequest.Builder applicationId(String applicationId)
applicationId attribute.applicationId - The value for applicationIdthis builder for use in a chained invocationpublic final UpdateApplicationEnvironmentVariablesRequest.Builder var(String key, String value)
vars map.key - The key in the vars mapvalue - The associated value in the vars mapthis builder for use in a chained invocationpublic final UpdateApplicationEnvironmentVariablesRequest.Builder var(Map.Entry<String,? extends String> entry)
vars map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final UpdateApplicationEnvironmentVariablesRequest.Builder vars(Map<String,? extends String> entries)
vars map. Nulls are not permittedentries - The entries that will be added to the vars mapthis builder for use in a chained invocationpublic final UpdateApplicationEnvironmentVariablesRequest.Builder putAllVars(Map<String,? extends String> entries)
vars map. Nulls are not permittedentries - The entries that will be added to the vars mapthis builder for use in a chained invocationpublic UpdateApplicationEnvironmentVariablesRequest build()
UpdateApplicationEnvironmentVariablesRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.