Interface ChefConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChefConfiguration.Builder,
,ChefConfiguration> SdkBuilder<ChefConfiguration.Builder,
,ChefConfiguration> SdkPojo
- Enclosing class:
ChefConfiguration
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-