@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 |
initialVersion(CfnGroup.GroupVersionProperty initialVersion)
Sets the value of
CfnGroupProps.getInitialVersion() |
CfnGroupProps.Builder |
initialVersion(IResolvable initialVersion)
Sets the value of
CfnGroupProps.getInitialVersion() |
CfnGroupProps.Builder |
name(String name)
Sets the value of
CfnGroupProps.getName() |
CfnGroupProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnGroupProps.getRoleArn() |
CfnGroupProps.Builder |
tags(Object tags)
Sets the value of
CfnGroupProps.getTags() |
@Stability(value=Stable) public CfnGroupProps.Builder name(String name)
CfnGroupProps.getName()name - `AWS::Greengrass::Group.Name`. This parameter is required.this@Stability(value=Stable) public CfnGroupProps.Builder initialVersion(IResolvable initialVersion)
CfnGroupProps.getInitialVersion()initialVersion - `AWS::Greengrass::Group.InitialVersion`.this@Stability(value=Stable) public CfnGroupProps.Builder initialVersion(CfnGroup.GroupVersionProperty initialVersion)
CfnGroupProps.getInitialVersion()initialVersion - `AWS::Greengrass::Group.InitialVersion`.this@Stability(value=Stable) public CfnGroupProps.Builder roleArn(String roleArn)
CfnGroupProps.getRoleArn()roleArn - `AWS::Greengrass::Group.RoleArn`.this@Stability(value=Stable) public CfnGroupProps.Builder tags(Object tags)
CfnGroupProps.getTags()tags - `AWS::Greengrass::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.