Interface QConnectIntegrationIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QConnectIntegrationIdentifier.Builder,QConnectIntegrationIdentifier>,SdkBuilder<QConnectIntegrationIdentifier.Builder,QConnectIntegrationIdentifier>,SdkPojo
- Enclosing class:
- QConnectIntegrationIdentifier
public static interface QConnectIntegrationIdentifier.Builder extends SdkPojo, CopyableBuilder<QConnectIntegrationIdentifier.Builder,QConnectIntegrationIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QConnectIntegrationIdentifier.BuilderknowledgeBaseArn(String knowledgeBaseArn)Sets the value of the KnowledgeBaseArn property for this object.-
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
-
knowledgeBaseArn
QConnectIntegrationIdentifier.Builder knowledgeBaseArn(String knowledgeBaseArn)
Sets 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.
-
-