public static class ExecuteBootstrapScriptDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExecuteBootstrapScriptDetails.Builder |
bootstrapScriptUrl(String bootstrapScriptUrl)
pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and
executed.
|
ExecuteBootstrapScriptDetails |
build() |
ExecuteBootstrapScriptDetails.Builder |
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.
|
ExecuteBootstrapScriptDetails.Builder |
copy(ExecuteBootstrapScriptDetails model) |
public ExecuteBootstrapScriptDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.
clusterAdminPassword
- the value to setpublic ExecuteBootstrapScriptDetails.Builder bootstrapScriptUrl(String bootstrapScriptUrl)
pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
bootstrapScriptUrl
- the value to setpublic ExecuteBootstrapScriptDetails build()
public ExecuteBootstrapScriptDetails.Builder copy(ExecuteBootstrapScriptDetails model)
Copyright © 2016–2024. All rights reserved.