Uses of Class
software.amazon.awscdk.services.qbusiness.CfnPermissionProps.Builder
Packages that use CfnPermissionProps.Builder
-
Uses of CfnPermissionProps.Builder in software.amazon.awscdk.services.qbusiness
Methods in software.amazon.awscdk.services.qbusiness that return CfnPermissionProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnPermissionProps.getActions()
CfnPermissionProps.Builder.applicationId
(String applicationId) Sets the value ofCfnPermissionProps.getApplicationId()
static CfnPermissionProps.Builder
CfnPermissionProps.builder()
CfnPermissionProps.Builder.conditions
(List<? extends Object> conditions) Sets the value ofCfnPermissionProps.getConditions()
CfnPermissionProps.Builder.conditions
(IResolvable conditions) Sets the value ofCfnPermissionProps.getConditions()
Sets the value ofCfnPermissionProps.getPrincipal()
CfnPermissionProps.Builder.statementId
(String statementId) Sets the value ofCfnPermissionProps.getStatementId()
Constructors in software.amazon.awscdk.services.qbusiness with parameters of type CfnPermissionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPermissionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPermissionProps.Builder
.