public static interface BootstrapActionDetail.Builder extends CopyableBuilder<BootstrapActionDetail.Builder,BootstrapActionDetail>
| Modifier and Type | Method and Description |
|---|---|
BootstrapActionDetail.Builder |
bootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
|
default BootstrapActionDetail.Builder |
bootstrapActionConfig(Consumer<BootstrapActionConfig.Builder> bootstrapActionConfig)
A description of the bootstrap action.
|
copyapply, buildBootstrapActionDetail.Builder bootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action.
bootstrapActionConfig - A description of the bootstrap action.default BootstrapActionDetail.Builder bootstrapActionConfig(Consumer<BootstrapActionConfig.Builder> bootstrapActionConfig)
A description of the bootstrap action.
This is a convenience that creates an instance of theBootstrapActionConfig.Builder avoiding the need
to create one manually via BootstrapActionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to bootstrapActionConfig(BootstrapActionConfig).bootstrapActionConfig - a consumer that will call methods on BootstrapActionConfig.BuilderbootstrapActionConfig(BootstrapActionConfig)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.