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