Interface StartIngestionJobRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BedrockAgentRequest.Builder,- Buildable,- CopyableBuilder<StartIngestionJobRequest.Builder,,- StartIngestionJobRequest> - SdkBuilder<StartIngestionJobRequest.Builder,,- StartIngestionJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- StartIngestionJobRequest
@Mutable
@NotThreadSafe
public static interface StartIngestionJobRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<StartIngestionJobRequest.Builder,StartIngestionJobRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.dataSourceId(String dataSourceId) The unique identifier of the data source you want to ingest into your knowledge base.description(String description) A description of the data ingestion job.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base for the data ingestion job.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.BuilderbuildMethods 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- 
knowledgeBaseIdThe unique identifier of the knowledge base for the data ingestion job. - Parameters:
- knowledgeBaseId- The unique identifier of the knowledge base for the data ingestion job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSourceIdThe unique identifier of the data source you want to ingest into your knowledge base. - Parameters:
- dataSourceId- The unique identifier of the data source you want to ingest into your knowledge base.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenA unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency. - Parameters:
- clientToken- A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA description of the data ingestion job. - Parameters:
- description- A description of the data ingestion job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationStartIngestionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationStartIngestionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-