Uses of Interface
software.amazon.awssdk.services.bedrock.model.InvocationLogSource.Builder
-
Packages that use InvocationLogSource.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InvocationLogSource.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InvocationLogSource.Builder Modifier and Type Method Description static InvocationLogSource.BuilderInvocationLogSource. builder()InvocationLogSource.BuilderInvocationLogSource.Builder. s3Uri(String s3Uri)The URI of an invocation log in a bucket.InvocationLogSource.BuilderInvocationLogSource. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type InvocationLogSource.Builder Modifier and Type Method Description static Class<? extends InvocationLogSource.Builder>InvocationLogSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type InvocationLogSource.Builder Modifier and Type Method Description default InvocationLogsConfig.BuilderInvocationLogsConfig.Builder. invocationLogSource(Consumer<InvocationLogSource.Builder> invocationLogSource)The source of the invocation logs.
-