static ImmutableDockerData.Builder |
ImmutableDockerData.builder() |
|
ImmutableDockerData.Builder |
ImmutableDockerData.Builder.from(DockerData instance) |
Fill a builder with attribute values from the provided DockerData instance.
|
ImmutableDockerData.Builder |
ImmutableDockerData.Builder.image(String image) |
Initializes the value for the image attribute.
|
ImmutableDockerData.Builder |
ImmutableDockerData.Builder.password(String password) |
Initializes the value for the password attribute.
|
ImmutableDockerData.Builder |
ImmutableDockerData.Builder.username(String username) |
Initializes the value for the username attribute.
|