Interface GetIngestionJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetIngestionJobRequest.Builder,GetIngestionJobRequest>,SdkBuilder<GetIngestionJobRequest.Builder,GetIngestionJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIngestionJobRequest
public static interface GetIngestionJobRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetIngestionJobRequest.Builder,GetIngestionJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIngestionJobRequest.BuilderdataSourceId(String dataSourceId)Sets the value of the DataSourceId property for this object.GetIngestionJobRequest.BuilderingestionJobId(String ingestionJobId)Sets the value of the IngestionJobId property for this object.GetIngestionJobRequest.BuilderknowledgeBaseId(String knowledgeBaseId)Sets the value of the KnowledgeBaseId property for this object.GetIngestionJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIngestionJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
knowledgeBaseId
GetIngestionJobRequest.Builder knowledgeBaseId(String knowledgeBaseId)
Sets the value of the KnowledgeBaseId property for this object.- Parameters:
knowledgeBaseId- The new value for the KnowledgeBaseId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
GetIngestionJobRequest.Builder dataSourceId(String dataSourceId)
Sets the value of the DataSourceId property for this object.- Parameters:
dataSourceId- The new value for the DataSourceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionJobId
GetIngestionJobRequest.Builder ingestionJobId(String ingestionJobId)
Sets the value of the IngestionJobId property for this object.- Parameters:
ingestionJobId- The new value for the IngestionJobId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIngestionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIngestionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-