public static final class MinionProfile.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MinionProfile |
build() |
MinionProfile.Builder |
withFile(Path source,
String target) |
MinionProfile.Builder |
withIcmpSupportEnabled(boolean enabled) |
MinionProfile.Builder |
withId(String id) |
MinionProfile.Builder |
withJvmDebuggingEnabled(boolean enabled) |
MinionProfile.Builder |
withLocation(String location) |
public MinionProfile.Builder withLocation(String location)
public MinionProfile.Builder withId(String id)
public MinionProfile.Builder withJvmDebuggingEnabled(boolean enabled)
public MinionProfile.Builder withIcmpSupportEnabled(boolean enabled)
public MinionProfile.Builder withFile(Path source, String target)
public MinionProfile build()
Copyright © 2022. All rights reserved.