Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ExtractionJobMetadata.Builder
Packages that use ExtractionJobMetadata.Builder
-
Uses of ExtractionJobMetadata.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ExtractionJobMetadata.BuilderModifier and TypeMethodDescriptionThe identifier of the actor for this extraction job.ExtractionJobMetadata.builder()ExtractionJobMetadata.Builder.failureReason(String failureReason) The cause of failure, if the job did not complete successfully.The unique identifier for the extraction job.default ExtractionJobMetadata.BuilderExtractionJobMetadata.Builder.messages(Consumer<ExtractionJobMessages.Builder> messages) The messages associated with the extraction job.ExtractionJobMetadata.Builder.messages(ExtractionJobMessages messages) The messages associated with the extraction job.The identifier of the session for this extraction job.The current status of the extraction job.ExtractionJobMetadata.Builder.status(ExtractionJobStatus status) The current status of the extraction job.ExtractionJobMetadata.Builder.strategyId(String strategyId) The identifier of the memory strategy for this extraction job.ExtractionJobMetadata.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ExtractionJobMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExtractionJobMetadata.Builder>ExtractionJobMetadata.serializableBuilderClass()