@Stability(value=Stable) public static final class CfnAllowListProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAllowListProps>
CfnAllowListProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAllowListProps |
build()
Builds the configured instance.
|
CfnAllowListProps.Builder |
criteria(Object criteria)
Sets the value of
CfnAllowListProps.getCriteria() |
CfnAllowListProps.Builder |
description(String description)
Sets the value of
CfnAllowListProps.getDescription() |
CfnAllowListProps.Builder |
name(String name)
Sets the value of
CfnAllowListProps.getName() |
CfnAllowListProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAllowListProps.getTags() |
@Stability(value=Stable) public CfnAllowListProps.Builder criteria(Object criteria)
CfnAllowListProps.getCriteria()criteria - `AWS::Macie::AllowList.Criteria`. This parameter is required.this@Stability(value=Stable) public CfnAllowListProps.Builder name(String name)
CfnAllowListProps.getName()name - `AWS::Macie::AllowList.Name`. This parameter is required.this@Stability(value=Stable) public CfnAllowListProps.Builder description(String description)
CfnAllowListProps.getDescription()description - `AWS::Macie::AllowList.Description`.this@Stability(value=Stable) public CfnAllowListProps.Builder tags(List<? extends CfnTag> tags)
CfnAllowListProps.getTags()tags - `AWS::Macie::AllowList.Tags`.this@Stability(value=Stable) public CfnAllowListProps build()
build in interface software.amazon.jsii.Builder<CfnAllowListProps>CfnAllowListPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.