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.
| Modifier and Type | Method and Description |
|---|---|
GetApplicationEnvironmentVariablesResponse |
build()
Builds a new
GetApplicationEnvironmentVariablesResponse. |
GetApplicationEnvironmentVariablesResponse.Builder |
from(org.cloudfoundry.client.v3.applications._GetApplicationEnvironmentVariablesResponse instance)
Copy abstract value type
_GetApplicationEnvironmentVariablesResponse instance into builder. |
GetApplicationEnvironmentVariablesResponse.Builder |
from(EnvironmentVariables instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.applications.EnvironmentVariables instance. |
GetApplicationEnvironmentVariablesResponse.Builder |
from(GetApplicationEnvironmentVariablesResponse instance)
Fill a builder with attribute values from the provided
GetApplicationEnvironmentVariablesResponse instance. |
GetApplicationEnvironmentVariablesResponse.Builder |
link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetApplicationEnvironmentVariablesResponse.Builder |
link(String key,
Link value)
Put one entry to the
links map. |
GetApplicationEnvironmentVariablesResponse.Builder |
links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetApplicationEnvironmentVariablesResponse.Builder |
putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetApplicationEnvironmentVariablesResponse.Builder |
putAllVars(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
vars map. |
GetApplicationEnvironmentVariablesResponse.Builder |
var(Map.Entry<String,? extends String> entry)
Put one entry to the
vars map. |
GetApplicationEnvironmentVariablesResponse.Builder |
var(String key,
String value)
Put one entry to the
vars map. |
GetApplicationEnvironmentVariablesResponse.Builder |
vars(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
vars map. |
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 from(org.cloudfoundry.client.v3.applications._GetApplicationEnvironmentVariablesResponse instance)
_GetApplicationEnvironmentVariablesResponse instance into builder.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> entries)
links map. Nulls are not permittedentries - 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> entries)
links map. Nulls are not permittedentries - 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> 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 GetApplicationEnvironmentVariablesResponse.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 GetApplicationEnvironmentVariablesResponse build()
GetApplicationEnvironmentVariablesResponse.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.