| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.packages |
| Modifier and Type | Method and Description |
|---|---|
static StagePackageRequest.Builder |
StagePackageRequest.builder()
Creates a builder for
StagePackageRequest. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.environmentVariable(Map.Entry<String,? extends Object> entry)
Put one entry to the
environmentVariables map. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.environmentVariable(String key,
Object value)
Put one entry to the
environmentVariables map. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.environmentVariables(Map<String,? extends Object> environmentVariables)
Sets or replaces all mappings from the specified map as entries for the
environmentVariables map. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.from(StagePackageRequest instance)
Fill a builder with attribute values from the provided
StagePackageRequest instance. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.packageId(String packageId)
Initializes the value for the
packageId attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.putAllEnvironmentVariables(Map<String,? extends Object> environmentVariables)
Put all mappings from the specified map as entries to
environmentVariables map. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.stagingDiskInMb(Integer stagingDiskInMb)
Initializes the value for the
stagingDiskInMb attribute. |
StagePackageRequest.Builder |
StagePackageRequest.Builder.stagingMemoryInMb(Integer stagingMemoryInMb)
Initializes the value for the
stagingMemoryInMb attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.