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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChefConfiguration.BuilderberkshelfVersion(String berkshelfVersion)The Berkshelf version.ChefConfiguration.BuildermanageBerkshelf(Boolean manageBerkshelf)Whether to enable Berkshelf.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
manageBerkshelf
ChefConfiguration.Builder manageBerkshelf(Boolean 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
ChefConfiguration.Builder berkshelfVersion(String berkshelfVersion)
The Berkshelf version.
- Parameters:
berkshelfVersion- The Berkshelf version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-