Interface IngestDataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreResponse.Builder,Buildable,CopyableBuilder<IngestDataResponse.Builder,,IngestDataResponse> SdkBuilder<IngestDataResponse.Builder,,IngestDataResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
IngestDataResponse
@Mutable
@NotThreadSafe
public static interface IngestDataResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<IngestDataResponse.Builder,IngestDataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the session that the service ingested the content into.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
sessionId
The identifier of the session that the service ingested the content into. This value echoes the session identifier from the request, or the identifier that the service generated when you did not provide one.
- Parameters:
sessionId- The identifier of the session that the service ingested the content into. This value echoes the session identifier from the request, or the identifier that the service generated when you did not provide one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-