Uses of Class
software.amazon.awscdk.services.resourcegroups.CfnGroupProps.Builder
Packages that use CfnGroupProps.Builder
Package
Description
AWS::ResourceGroups Construct Library
-
Uses of CfnGroupProps.Builder in software.amazon.awscdk.services.resourcegroups
Methods in software.amazon.awscdk.services.resourcegroups that return CfnGroupProps.BuilderModifier and TypeMethodDescriptionstatic CfnGroupProps.Builder
CfnGroupProps.builder()
CfnGroupProps.Builder.configuration
(List<? extends Object> configuration) Sets the value ofCfnGroupProps.getConfiguration()
CfnGroupProps.Builder.configuration
(IResolvable configuration) Sets the value ofCfnGroupProps.getConfiguration()
CfnGroupProps.Builder.description
(String description) Sets the value ofCfnGroupProps.getDescription()
Sets the value ofCfnGroupProps.getName()
CfnGroupProps.Builder.resourceQuery
(IResolvable resourceQuery) Sets the value ofCfnGroupProps.getResourceQuery()
CfnGroupProps.Builder.resourceQuery
(CfnGroup.ResourceQueryProperty resourceQuery) Sets the value ofCfnGroupProps.getResourceQuery()
Sets the value ofCfnGroupProps.getResources()
Sets the value ofCfnGroupProps.getTags()
Constructors in software.amazon.awscdk.services.resourcegroups with parameters of type CfnGroupProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGroupProps.Builder
.