Class CfnBudgetsAction.DefinitionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.budgets.CfnBudgetsAction.DefinitionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBudgetsAction.DefinitionProperty>
- Enclosing interface:
- CfnBudgetsAction.DefinitionProperty
@Stability(Stable)
public static final class CfnBudgetsAction.DefinitionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBudgetsAction.DefinitionProperty>
A builder for
CfnBudgetsAction.DefinitionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.iamActionDefinition
(IResolvable iamActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getIamActionDefinition()
iamActionDefinition
(CfnBudgetsAction.IamActionDefinitionProperty iamActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getIamActionDefinition()
scpActionDefinition
(IResolvable scpActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getScpActionDefinition()
scpActionDefinition
(CfnBudgetsAction.ScpActionDefinitionProperty scpActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getScpActionDefinition()
ssmActionDefinition
(IResolvable ssmActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getSsmActionDefinition()
ssmActionDefinition
(CfnBudgetsAction.SsmActionDefinitionProperty ssmActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getSsmActionDefinition()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
iamActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder iamActionDefinition(IResolvable iamActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getIamActionDefinition()
- Parameters:
iamActionDefinition
- The AWS Identity and Access Management ( IAM ) action definition details.- Returns:
this
-
iamActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder iamActionDefinition(CfnBudgetsAction.IamActionDefinitionProperty iamActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getIamActionDefinition()
- Parameters:
iamActionDefinition
- The AWS Identity and Access Management ( IAM ) action definition details.- Returns:
this
-
scpActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder scpActionDefinition(IResolvable scpActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getScpActionDefinition()
- Parameters:
scpActionDefinition
- The service control policies (SCP) action definition details.- Returns:
this
-
scpActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder scpActionDefinition(CfnBudgetsAction.ScpActionDefinitionProperty scpActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getScpActionDefinition()
- Parameters:
scpActionDefinition
- The service control policies (SCP) action definition details.- Returns:
this
-
ssmActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder ssmActionDefinition(IResolvable ssmActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getSsmActionDefinition()
- Parameters:
ssmActionDefinition
- The Amazon EC2 Systems Manager ( SSM ) action definition details.- Returns:
this
-
ssmActionDefinition
@Stability(Stable) public CfnBudgetsAction.DefinitionProperty.Builder ssmActionDefinition(CfnBudgetsAction.SsmActionDefinitionProperty ssmActionDefinition) Sets the value ofCfnBudgetsAction.DefinitionProperty.getSsmActionDefinition()
- Parameters:
ssmActionDefinition
- The Amazon EC2 Systems Manager ( SSM ) action definition details.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBudgetsAction.DefinitionProperty>
- Returns:
- a new instance of
CfnBudgetsAction.DefinitionProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-