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