Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeS3OutputDataConfig.Builder
-
Packages that use AsyncInvokeS3OutputDataConfig.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AsyncInvokeS3OutputDataConfig.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeS3OutputDataConfig.Builder Modifier and Type Method Description AsyncInvokeS3OutputDataConfig.BuilderAsyncInvokeS3OutputDataConfig.Builder. bucketOwner(String bucketOwner)If the bucket belongs to another AWS account, specify that account's ID.static AsyncInvokeS3OutputDataConfig.BuilderAsyncInvokeS3OutputDataConfig. builder()AsyncInvokeS3OutputDataConfig.BuilderAsyncInvokeS3OutputDataConfig.Builder. kmsKeyId(String kmsKeyId)A KMS encryption key ID.AsyncInvokeS3OutputDataConfig.BuilderAsyncInvokeS3OutputDataConfig.Builder. s3Uri(String s3Uri)An object URI starting withs3://.AsyncInvokeS3OutputDataConfig.BuilderAsyncInvokeS3OutputDataConfig. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AsyncInvokeS3OutputDataConfig.Builder Modifier and Type Method Description static Class<? extends AsyncInvokeS3OutputDataConfig.Builder>AsyncInvokeS3OutputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AsyncInvokeS3OutputDataConfig.Builder Modifier and Type Method Description static AsyncInvokeOutputDataConfigAsyncInvokeOutputDataConfig. fromS3OutputDataConfig(Consumer<AsyncInvokeS3OutputDataConfig.Builder> s3OutputDataConfig)Create an instance of this class withAsyncInvokeOutputDataConfig.s3OutputDataConfig()initialized to the given value.default AsyncInvokeOutputDataConfig.BuilderAsyncInvokeOutputDataConfig.Builder. s3OutputDataConfig(Consumer<AsyncInvokeS3OutputDataConfig.Builder> s3OutputDataConfig)A storage location for the output data in an S3 bucket
-