Uses of Class
software.amazon.awscdk.services.bedrockagentcore.PolicyStatementProps.Builder
Packages that use PolicyStatementProps.Builder
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of PolicyStatementProps.Builder in software.amazon.awscdk.services.bedrockagentcore
Methods in software.amazon.awscdk.services.bedrockagentcore that return PolicyStatementProps.BuilderModifier and TypeMethodDescriptionPolicyStatementProps.Builder.action(PolicyAction action) Sets the value ofPolicyStatementProps.getAction()static PolicyStatementProps.BuilderPolicyStatementProps.builder()PolicyStatementProps.Builder.effect(PolicyEffect effect) Sets the value ofPolicyStatementProps.getEffect()PolicyStatementProps.Builder.principal(PolicyPrincipal principal) Sets the value ofPolicyStatementProps.getPrincipal()PolicyStatementProps.Builder.resource(PolicyResource resource) Sets the value ofPolicyStatementProps.getResource()PolicyStatementProps.Builder.unless(List<? extends PolicyCondition> unless) Sets the value ofPolicyStatementProps.getUnless()PolicyStatementProps.Builder.when(List<? extends PolicyCondition> when) Sets the value ofPolicyStatementProps.getWhen()Constructors in software.amazon.awscdk.services.bedrockagentcore with parameters of type PolicyStatementProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(PolicyStatementProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyStatementProps.Builder.