Uses of Class
software.amazon.awscdk.services.rolesanywhere.CfnTrustAnchorProps.Builder
Packages that use CfnTrustAnchorProps.Builder
Package
Description
AWS::RolesAnywhere Construct Library
-
Uses of CfnTrustAnchorProps.Builder in software.amazon.awscdk.services.rolesanywhere
Methods in software.amazon.awscdk.services.rolesanywhere that return CfnTrustAnchorProps.BuilderModifier and TypeMethodDescriptionstatic CfnTrustAnchorProps.Builder
CfnTrustAnchorProps.builder()
Sets the value ofCfnTrustAnchorProps.getEnabled()
CfnTrustAnchorProps.Builder.enabled
(IResolvable enabled) Sets the value ofCfnTrustAnchorProps.getEnabled()
Sets the value ofCfnTrustAnchorProps.getName()
CfnTrustAnchorProps.Builder.notificationSettings
(List<? extends Object> notificationSettings) Sets the value ofCfnTrustAnchorProps.getNotificationSettings()
CfnTrustAnchorProps.Builder.notificationSettings
(IResolvable notificationSettings) Sets the value ofCfnTrustAnchorProps.getNotificationSettings()
CfnTrustAnchorProps.Builder.source
(IResolvable source) Sets the value ofCfnTrustAnchorProps.getSource()
CfnTrustAnchorProps.Builder.source
(CfnTrustAnchor.SourceProperty source) Sets the value ofCfnTrustAnchorProps.getSource()
Sets the value ofCfnTrustAnchorProps.getTags()
Constructors in software.amazon.awscdk.services.rolesanywhere with parameters of type CfnTrustAnchorProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTrustAnchorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrustAnchorProps.Builder
.