Uses of Interface
software.amazon.awssdk.services.opsworks.model.ChefConfiguration.Builder
-
Packages that use ChefConfiguration.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of ChefConfiguration.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return ChefConfiguration.Builder Modifier and Type Method Description ChefConfiguration.BuilderChefConfiguration.Builder. berkshelfVersion(String berkshelfVersion)The Berkshelf version.static ChefConfiguration.BuilderChefConfiguration. builder()ChefConfiguration.BuilderChefConfiguration.Builder. manageBerkshelf(Boolean manageBerkshelf)Whether to enable Berkshelf.ChefConfiguration.BuilderChefConfiguration. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type ChefConfiguration.Builder Modifier and Type Method Description static Class<? extends ChefConfiguration.Builder>ChefConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type ChefConfiguration.Builder Modifier and Type Method Description default CloneStackRequest.BuilderCloneStackRequest.Builder. chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.default CreateStackRequest.BuilderCreateStackRequest.Builder. chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.default Stack.BuilderStack.Builder. chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version.default UpdateStackRequest.BuilderUpdateStackRequest.Builder. chefConfiguration(Consumer<ChefConfiguration.Builder> chefConfiguration)AChefConfigurationobject that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks.
-