Interface SSMValidationParameters.Builder

    • Method Detail

      • source

        SSMValidationParameters.Builder source​(Source source)

        The location of the validation script.

        Parameters:
        source - The location of the validation script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        SSMValidationParameters.Builder instanceId​(String instanceId)

        The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.

        Parameters:
        instanceId - The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scriptType

        SSMValidationParameters.Builder scriptType​(String scriptType)

        The type of validation script.

        Parameters:
        scriptType - The type of validation script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScriptType, ScriptType
      • command

        SSMValidationParameters.Builder command​(String command)

        The command to run the validation script.

        Parameters:
        command - The command to run the validation script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionTimeoutSeconds

        SSMValidationParameters.Builder executionTimeoutSeconds​(Integer executionTimeoutSeconds)

        The timeout interval, in seconds.

        Parameters:
        executionTimeoutSeconds - The timeout interval, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputS3BucketName

        SSMValidationParameters.Builder outputS3BucketName​(String outputS3BucketName)

        The name of the S3 bucket for output.

        Parameters:
        outputS3BucketName - The name of the S3 bucket for output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.