| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
ChefConfiguration.Builder |
ChefConfiguration.Builder.berkshelfVersion(String berkshelfVersion)
The Berkshelf version.
|
static ChefConfiguration.Builder |
ChefConfiguration.builder() |
ChefConfiguration.Builder |
ChefConfiguration.Builder.manageBerkshelf(Boolean manageBerkshelf)
Whether to enable Berkshelf.
|
ChefConfiguration.Builder |
ChefConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChefConfiguration.Builder> |
ChefConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Stack.Builder |
Stack.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version. |
default CreateStackRequest.Builder |
CreateStackRequest.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
default UpdateStackRequest.Builder |
UpdateStackRequest.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
default CloneStackRequest.Builder |
CloneStackRequest.Builder.chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)
A
ChefConfiguration object that specifies whether to enable Berkshelf and the Berkshelf version
on Chef 11.10 stacks. |
Copyright © 2023. All rights reserved.