public static interface ScriptDetails.Builder extends SdkPojo, CopyableBuilder<ScriptDetails.Builder,ScriptDetails>
| Modifier and Type | Method and Description |
|---|---|
ScriptDetails.Builder |
executableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
|
ScriptDetails.Builder |
executablePath(String executablePath)
The run path for the script.
|
default ScriptDetails.Builder |
scriptS3Location(Consumer<S3Location.Builder> scriptS3Location)
The S3 object location for the script.
|
ScriptDetails.Builder |
scriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
ScriptDetails.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScriptDetails.Builder scriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
scriptS3Location - The S3 object location for the script.default ScriptDetails.Builder scriptS3Location(Consumer<S3Location.Builder> scriptS3Location)
The S3 object location for the script.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to scriptS3Location(S3Location).
scriptS3Location - a consumer that will call methods on S3Location.BuilderscriptS3Location(S3Location)ScriptDetails.Builder executablePath(String executablePath)
The run path for the script.
executablePath - The run path for the script.ScriptDetails.Builder executableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
executableParameters - The runtime parameters passed to the run path for the script.ScriptDetails.Builder timeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
timeoutInSeconds - The run timeout, in seconds, for the script.Copyright © 2023. All rights reserved.