| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDockerInfo |
ImmutableDockerInfo.Builder.build()
Builds a new
ImmutableDockerInfo. |
static ImmutableDockerInfo |
ImmutableDockerInfo.copyOf(DockerInfo instance)
Creates an immutable copy of a
DockerInfo value. |
ImmutableDockerInfo |
ImmutableDockerInfo.withCredentials(DockerCredentials value)
Copy the current immutable object by setting a value for the
credentials attribute. |
ImmutableDockerInfo |
ImmutableDockerInfo.withImage(String value)
Copy the current immutable object by setting a value for the
image attribute. |
Copyright © 2020 SAP SE. All rights reserved.