public static interface SSMValidationParameters.Builder extends SdkPojo, CopyableBuilder<SSMValidationParameters.Builder,SSMValidationParameters>
| Modifier and Type | Method and Description |
|---|---|
SSMValidationParameters.Builder |
command(String command)
The command to run the validation script.
|
SSMValidationParameters.Builder |
executionTimeoutSeconds(Integer executionTimeoutSeconds)
The timeout interval, in seconds.
|
SSMValidationParameters.Builder |
instanceId(String instanceId)
The ID of the instance.
|
SSMValidationParameters.Builder |
outputS3BucketName(String outputS3BucketName)
The name of the S3 bucket for output.
|
SSMValidationParameters.Builder |
scriptType(ScriptType scriptType)
The type of validation script.
|
SSMValidationParameters.Builder |
scriptType(String scriptType)
The type of validation script.
|
default SSMValidationParameters.Builder |
source(Consumer<Source.Builder> source)
The location of the validation script.
|
SSMValidationParameters.Builder |
source(Source source)
The location of the validation script.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSSMValidationParameters.Builder source(Source source)
The location of the validation script.
source - The location of the validation script.default SSMValidationParameters.Builder source(Consumer<Source.Builder> source)
The location of the validation script.
This is a convenience method that creates an instance of theSource.Builder avoiding the need to
create one manually via Source.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to source(Source).
source - a consumer that will call methods on Source.Buildersource(Source)SSMValidationParameters.Builder instanceId(String instanceId)
The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
instanceId - The ID of the instance. The instance must have the following tag:
UserForSMSApplicationValidation=true.SSMValidationParameters.Builder scriptType(String scriptType)
The type of validation script.
scriptType - The type of validation script.ScriptType,
ScriptTypeSSMValidationParameters.Builder scriptType(ScriptType scriptType)
The type of validation script.
scriptType - The type of validation script.ScriptType,
ScriptTypeSSMValidationParameters.Builder command(String command)
The command to run the validation script.
command - The command to run the validation script.SSMValidationParameters.Builder executionTimeoutSeconds(Integer executionTimeoutSeconds)
The timeout interval, in seconds.
executionTimeoutSeconds - The timeout interval, in seconds.SSMValidationParameters.Builder outputS3BucketName(String outputS3BucketName)
The name of the S3 bucket for output.
outputS3BucketName - The name of the S3 bucket for output.Copyright © 2023. All rights reserved.