Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeOutputDataConfig.Builder
-
Packages that use AsyncInvokeOutputDataConfig.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AsyncInvokeOutputDataConfig.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeOutputDataConfig.Builder Modifier and Type Method Description static AsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig. builder()default AsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig.Builder. s3OutputDataConfig(Consumer<AsyncInvokeS3OutputDataConfig.Builder> s3OutputDataConfig)A storage location for the output data in an S3 bucketAsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig.Builder. s3OutputDataConfig(AsyncInvokeS3OutputDataConfig s3OutputDataConfig)A storage location for the output data in an S3 bucketAsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AsyncInvokeOutputDataConfig.Builder Modifier and Type Method Description static Class<? extends AsyncInvokeOutputDataConfig.Builder>AsyncInvokeOutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AsyncInvokeOutputDataConfig.Builder Modifier and Type Method Description default AsyncInvokeSummary.BuilderAsyncInvokeSummary.Builder. outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig)The invocation's output data settings.default GetAsyncInvokeResponse.BuilderGetAsyncInvokeResponse.Builder. outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig)Output data settings.default StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig)Where to store the output.
-