Interface AmazonQSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AmazonQSettings.Builder,
,AmazonQSettings> SdkBuilder<AmazonQSettings.Builder,
,AmazonQSettings> SdkPojo
- Enclosing class:
AmazonQSettings
public static interface AmazonQSettings.Builder
extends SdkPojo, CopyableBuilder<AmazonQSettings.Builder,AmazonQSettings>
-
Method Summary
Modifier and TypeMethodDescriptionqProfileArn
(String qProfileArn) The ARN of the Amazon Q profile used within the domain.Whether Amazon Q has been enabled within the domain.status
(FeatureStatus status) Whether Amazon Q has been enabled within the domain.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 Details
-
status
Whether Amazon Q has been enabled within the domain.
- Parameters:
status
- Whether Amazon Q has been enabled within the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Whether Amazon Q has been enabled within the domain.
- Parameters:
status
- Whether Amazon Q has been enabled within the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qProfileArn
The ARN of the Amazon Q profile used within the domain.
- Parameters:
qProfileArn
- The ARN of the Amazon Q profile used within the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-