Interface AmazonQPropertiesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AmazonQPropertiesInput.Builder,
,AmazonQPropertiesInput> SdkBuilder<AmazonQPropertiesInput.Builder,
,AmazonQPropertiesInput> SdkPojo
- Enclosing class:
AmazonQPropertiesInput
@Mutable
@NotThreadSafe
public static interface AmazonQPropertiesInput.Builder
extends SdkPojo, CopyableBuilder<AmazonQPropertiesInput.Builder,AmazonQPropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe authentication mode of the connection's Amazon Q properties.Specifies whether Amazon Q is enabled for the connection.profileArn
(String profileArn) The profile ARN of the connection's Amazon Q properties.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
-
authMode
The authentication mode of the connection's Amazon Q properties.
- Parameters:
authMode
- The authentication mode of the connection's Amazon Q properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
Specifies whether Amazon Q is enabled for the connection.
- Parameters:
isEnabled
- Specifies whether Amazon Q is enabled for the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The profile ARN of the connection's Amazon Q properties.
- Parameters:
profileArn
- The profile ARN of the connection's Amazon Q properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-