Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.Unit.Builder
Packages that use Unit.Builder
-
Uses of Unit.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return Unit.BuilderMethods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type Unit.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Unit.Builder>Unit.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type Unit.BuilderModifier and TypeMethodDescriptionHarnessGatewayOutboundAuth.Builder.awsIam(Consumer<Unit.Builder> awsIam) SigV4-sign requests using the agent's execution role.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromAwsIam(Consumer<Unit.Builder> awsIam) Create an instance of this class withHarnessGatewayOutboundAuth.awsIam()initialized to the given value.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromNone(Consumer<Unit.Builder> none) Create an instance of this class withHarnessGatewayOutboundAuth.none()initialized to the given value.HarnessGatewayOutboundAuth.Builder.none(Consumer<Unit.Builder> none) No authentication.