public static final class GetApplicationEnvironmentVariablesResponse.Builder extends Object
GetApplicationEnvironmentVariablesResponse.
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 GetApplicationEnvironmentVariablesResponse.Builder from(EnvironmentVariables instance)
org.cloudfoundry.client.v3.applications.EnvironmentVariables instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder from(GetApplicationEnvironmentVariablesResponse instance)
GetApplicationEnvironmentVariablesResponse instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder link(String key, Link value)
links map.key - The key in the links mapvalue - The associated value in the links mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder link(Map.Entry<String,? extends Link> entry)
links map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder links(Map<String,? extends Link> links)
links map. Nulls are not permittedlinks - The entries that will be added to the links mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder putAllLinks(Map<String,? extends Link> links)
links map. Nulls are not permittedlinks - The entries that will be added to the links mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.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 GetApplicationEnvironmentVariablesResponse.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 GetApplicationEnvironmentVariablesResponse.Builder vars(Map<String,? extends String> vars)
vars map. Nulls are not permittedvars - The entries that will be added to the vars mapthis builder for use in a chained invocationpublic final GetApplicationEnvironmentVariablesResponse.Builder putAllVars(Map<String,? extends String> vars)
vars map. Nulls are not permittedvars - The entries that will be added to the vars mapthis builder for use in a chained invocationpublic GetApplicationEnvironmentVariablesResponse build()
GetApplicationEnvironmentVariablesResponse.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.