Interface ChefConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChefConfiguration.Builder,,ChefConfiguration> SdkBuilder<ChefConfiguration.Builder,,ChefConfiguration> SdkPojo
- Enclosing class:
ChefConfiguration
public static interface ChefConfiguration.Builder
extends SdkPojo, CopyableBuilder<ChefConfiguration.Builder,ChefConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionberkshelfVersion(String berkshelfVersion) The Berkshelf version.manageBerkshelf(Boolean manageBerkshelf) Whether to enable Berkshelf.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
manageBerkshelf
Whether to enable Berkshelf.
- Parameters:
manageBerkshelf- Whether to enable Berkshelf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
berkshelfVersion
The Berkshelf version.
- Parameters:
berkshelfVersion- The Berkshelf version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-