Interface ConnectorSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorSource.Builder,,ConnectorSource> SdkBuilder<ConnectorSource.Builder,,ConnectorSource> SdkPojo
- Enclosing class:
ConnectorSource
@Mutable
@NotThreadSafe
public static interface ConnectorSource.Builder
extends SdkPojo, CopyableBuilder<ConnectorSource.Builder,ConnectorSource>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorId(String connectorId) The identifier for the connector integration (for example,bedrock-knowledge-bases).The version of the connector to use (for example,1.1.0).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
connectorId
The identifier for the connector integration (for example,
bedrock-knowledge-bases).- Parameters:
connectorId- The identifier for the connector integration (for example,bedrock-knowledge-bases).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the connector to use (for example,
1.1.0). If you don't specify a version, the service uses the latest available version.- Parameters:
version- The version of the connector to use (for example,1.1.0). If you don't specify a version, the service uses the latest available version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-