@Stability(value=External) public static final class CfnMacroProps.Builder extends Object
CfnMacroProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMacroProps |
build()
Builds the configured instance.
|
CfnMacroProps.Builder |
description(String description)
Sets the value of
CfnMacroProps.getDescription() |
CfnMacroProps.Builder |
functionName(String functionName)
Sets the value of
CfnMacroProps.getFunctionName() |
CfnMacroProps.Builder |
logGroupName(String logGroupName)
Sets the value of
CfnMacroProps.getLogGroupName() |
CfnMacroProps.Builder |
logRoleArn(String logRoleArn)
Sets the value of
CfnMacroProps.getLogRoleArn() |
CfnMacroProps.Builder |
name(String name)
Sets the value of
CfnMacroProps.getName() |
@Stability(value=External) public CfnMacroProps.Builder functionName(String functionName)
CfnMacroProps.getFunctionName()functionName - `AWS::CloudFormation::Macro.FunctionName`. This parameter is required.this@Stability(value=External) public CfnMacroProps.Builder name(String name)
CfnMacroProps.getName()name - `AWS::CloudFormation::Macro.Name`. This parameter is required.this@Stability(value=External) public CfnMacroProps.Builder description(String description)
CfnMacroProps.getDescription()description - `AWS::CloudFormation::Macro.Description`.this@Stability(value=External) public CfnMacroProps.Builder logGroupName(String logGroupName)
CfnMacroProps.getLogGroupName()logGroupName - `AWS::CloudFormation::Macro.LogGroupName`.this@Stability(value=External) public CfnMacroProps.Builder logRoleArn(String logRoleArn)
CfnMacroProps.getLogRoleArn()logRoleArn - `AWS::CloudFormation::Macro.LogRoleARN`.this@Stability(value=External) public CfnMacroProps build()
CfnMacroPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.