Interface QConnectIntegrationConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<QConnectIntegrationConfig.Builder,,- QConnectIntegrationConfig> - SdkBuilder<QConnectIntegrationConfig.Builder,,- QConnectIntegrationConfig> - SdkPojo
- Enclosing class:
- QConnectIntegrationConfig
@Mutable
@NotThreadSafe
public static interface QConnectIntegrationConfig.Builder
extends SdkPojo, CopyableBuilder<QConnectIntegrationConfig.Builder,QConnectIntegrationConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionknowledgeBaseArn(String knowledgeBaseArn) Sets the value of the KnowledgeBaseArn property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
knowledgeBaseArnSets the value of the KnowledgeBaseArn property for this object.- Parameters:
- knowledgeBaseArn- The new value for the KnowledgeBaseArn property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-