Class CfnResourceSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fms.CfnResourceSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceSetPropsMixin>
- Enclosing class:
CfnResourceSetPropsMixin
@Stability(Stable)
public static final class CfnResourceSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceSetPropsMixin>
A fluent builder for
CfnResourceSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description of the resource set.The descriptive name of the resource set.resourceTypeList(List<String> resourceTypeList) Determines the resources that can be associated to the resource set.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceSetPropsMixin.Builder.
-
description
A description of the resource set.- Parameters:
description- A description of the resource set. This parameter is required.- Returns:
this- See Also:
-
name
The descriptive name of the resource set.You can't change the name of a resource set after you create it.
- Parameters:
name- The descriptive name of the resource set. This parameter is required.- Returns:
this- See Also:
-
resources
- Parameters:
resources- This parameter is required.- Returns:
this- See Also:
-
resourceTypeList
@Stability(Stable) public CfnResourceSetPropsMixin.Builder resourceTypeList(List<String> resourceTypeList) Determines the resources that can be associated to the resource set.Depending on your setting for max results and the number of resource sets, a single call might not return the full list.
- Parameters:
resourceTypeList- Determines the resources that can be associated to the resource set. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceSetPropsMixin>- Returns:
- a newly built instance of
CfnResourceSetPropsMixin.
-