Interface GetAssistantAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAssistantAssociationRequest.Builder,GetAssistantAssociationRequest>,QConnectRequest.Builder,SdkBuilder<GetAssistantAssociationRequest.Builder,GetAssistantAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAssistantAssociationRequest
public static interface GetAssistantAssociationRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<GetAssistantAssociationRequest.Builder,GetAssistantAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssistantAssociationRequest.BuilderassistantAssociationId(String assistantAssociationId)The identifier of the assistant association.GetAssistantAssociationRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q assistant.GetAssistantAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAssistantAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assistantAssociationId
GetAssistantAssociationRequest.Builder assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantAssociationId- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
GetAssistantAssociationRequest.Builder assistantId(String assistantId)
The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAssistantAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAssistantAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-