@Stability(value=Stable) public static final class CfnGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupProps>
CfnGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
configuration(IResolvable configuration)
Sets the value of
CfnGroupProps.getConfiguration() |
CfnGroupProps.Builder |
configuration(List<? extends Object> configuration)
Sets the value of
CfnGroupProps.getConfiguration() |
CfnGroupProps.Builder |
description(String description)
Sets the value of
CfnGroupProps.getDescription() |
CfnGroupProps.Builder |
name(String name)
Sets the value of
CfnGroupProps.getName() |
CfnGroupProps.Builder |
resourceQuery(CfnGroup.ResourceQueryProperty resourceQuery)
Sets the value of
CfnGroupProps.getResourceQuery() |
CfnGroupProps.Builder |
resourceQuery(IResolvable resourceQuery)
Sets the value of
CfnGroupProps.getResourceQuery() |
CfnGroupProps.Builder |
resources(List<String> resources)
Sets the value of
CfnGroupProps.getResources() |
CfnGroupProps.Builder |
tags(Object tags)
Sets the value of
CfnGroupProps.getTags() |
@Stability(value=Stable) public CfnGroupProps.Builder name(String name)
CfnGroupProps.getName()name - `AWS::ResourceGroups::Group.Name`. This parameter is required.this@Stability(value=Stable) public CfnGroupProps.Builder configuration(IResolvable configuration)
CfnGroupProps.getConfiguration()configuration - `AWS::ResourceGroups::Group.Configuration`.this@Stability(value=Stable) public CfnGroupProps.Builder configuration(List<? extends Object> configuration)
CfnGroupProps.getConfiguration()configuration - `AWS::ResourceGroups::Group.Configuration`.this@Stability(value=Stable) public CfnGroupProps.Builder description(String description)
CfnGroupProps.getDescription()description - `AWS::ResourceGroups::Group.Description`.this@Stability(value=Stable) public CfnGroupProps.Builder resourceQuery(CfnGroup.ResourceQueryProperty resourceQuery)
CfnGroupProps.getResourceQuery()resourceQuery - `AWS::ResourceGroups::Group.ResourceQuery`.this@Stability(value=Stable) public CfnGroupProps.Builder resourceQuery(IResolvable resourceQuery)
CfnGroupProps.getResourceQuery()resourceQuery - `AWS::ResourceGroups::Group.ResourceQuery`.this@Stability(value=Stable) public CfnGroupProps.Builder resources(List<String> resources)
CfnGroupProps.getResources()resources - `AWS::ResourceGroups::Group.Resources`.this@Stability(value=Stable) public CfnGroupProps.Builder tags(Object tags)
CfnGroupProps.getTags()tags - `AWS::ResourceGroups::Group.Tags`.this@Stability(value=Stable) public CfnGroupProps build()
build in interface software.amazon.jsii.Builder<CfnGroupProps>CfnGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.