Uses of Class
software.amazon.awscdk.services.bedrockagentcore.AssetToolSchema.Builder
Packages that use AssetToolSchema.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of AssetToolSchema.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return AssetToolSchema.BuilderModifier and TypeMethodDescriptionSpecify a custom hash for this asset.AssetToolSchema.Builder.assetHashType(AssetHashType assetHashType) Specifies the type of hash to calculate for this asset.AssetToolSchema.Builder.bundling(BundlingOptions bundling) Bundle the asset by executing a command in a Docker container or a custom bundling provider.static AssetToolSchema.BuilderAssetToolSchema.Builder.deployTime(Boolean deployTime) Whether or not the asset needs to exist beyond deployment time;AssetToolSchema.Builder.displayName(String displayName) A display name for this asset.File paths matching the patterns will be excluded.AssetToolSchema.Builder.followSymlinks(SymlinkFollowMode followSymlinks) A strategy for how to handle symlinks.AssetToolSchema.Builder.ignoreMode(IgnoreMode ignoreMode) The ignore behavior to use forexcludepatterns.AssetToolSchema.Builder.readers(List<? extends IGrantable> readers) A list of principals that should be able to read this asset from S3.AssetToolSchema.Builder.sourceKmsKey(IKeyRef sourceKmsKey) The ARN of the KMS key used to encrypt the handler code.