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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AmazonQSettings.BuilderqProfileArn(String qProfileArn)The ARN of the Amazon Q profile used within the domain.AmazonQSettings.Builderstatus(String status)Whether Amazon Q has been enabled within the domain.AmazonQSettings.Builderstatus(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
AmazonQSettings.Builder status(String 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:
FeatureStatus,FeatureStatus
-
status
AmazonQSettings.Builder status(FeatureStatus 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:
FeatureStatus,FeatureStatus
-
qProfileArn
AmazonQSettings.Builder qProfileArn(String 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.
-
-