Interface AppliedCreatorModeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppliedCreatorModeConfiguration.Builder,
,AppliedCreatorModeConfiguration> SdkBuilder<AppliedCreatorModeConfiguration.Builder,
,AppliedCreatorModeConfiguration> SdkPojo
- Enclosing class:
AppliedCreatorModeConfiguration
@Mutable
@NotThreadSafe
public static interface AppliedCreatorModeConfiguration.Builder
extends SdkPojo, CopyableBuilder<AppliedCreatorModeConfiguration.Builder,AppliedCreatorModeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncreatorModeControl
(String creatorModeControl) Information about whether creator mode is enabled or disabled for an Amazon Q Business application.creatorModeControl
(CreatorModeControl creatorModeControl) Information about whether creator mode is enabled or disabled for an Amazon Q Business application.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
-
creatorModeControl
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
- Parameters:
creatorModeControl
- Information about whether creator mode is enabled or disabled for an Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creatorModeControl
Information about whether creator mode is enabled or disabled for an Amazon Q Business application.
- Parameters:
creatorModeControl
- Information about whether creator mode is enabled or disabled for an Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-