CopyableBuilder<BootstrapActionConfig.Builder,BootstrapActionConfig>
, SdkBuilder<BootstrapActionConfig.Builder,BootstrapActionConfig>
public static interface BootstrapActionConfig.Builder extends CopyableBuilder<BootstrapActionConfig.Builder,BootstrapActionConfig>
Modifier and Type | Method | Description |
---|---|---|
BootstrapActionConfig.Builder |
name(String name) |
The name of the bootstrap action.
|
BootstrapActionConfig.Builder |
scriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction) |
The script run by the bootstrap action.
|
copy
apply, build
BootstrapActionConfig.Builder name(String name)
The name of the bootstrap action.
name
- The name of the bootstrap action.BootstrapActionConfig.Builder scriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action.
scriptBootstrapAction
- The script run by the bootstrap action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.