Interface ScriptBootstrapActionConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>, SdkBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>, SdkPojo
Enclosing class:
ScriptBootstrapActionConfig

public static interface ScriptBootstrapActionConfig.Builder extends SdkPojo, CopyableBuilder<ScriptBootstrapActionConfig.Builder,ScriptBootstrapActionConfig>
  • Method Details

    • path

      Location in Amazon S3 of the script to run during a bootstrap action.

      Parameters:
      path - Location in Amazon S3 of the script to run during a bootstrap action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • args

      A list of command line arguments to pass to the bootstrap action script.

      Parameters:
      args - A list of command line arguments to pass to the bootstrap action script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • args

      A list of command line arguments to pass to the bootstrap action script.

      Parameters:
      args - A list of command line arguments to pass to the bootstrap action script.
      Returns:
      Returns a reference to this object so that method calls can be chained together.