Class CfnSupportPermitPropsMixin.ActionSetProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.supportauthz.CfnSupportPermitPropsMixin.ActionSetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSupportPermitPropsMixin.ActionSetProperty>
- Enclosing interface:
CfnSupportPermitPropsMixin.ActionSetProperty
@Stability(Stable)
public static final class CfnSupportPermitPropsMixin.ActionSetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSupportPermitPropsMixin.ActionSetProperty>
A builder for
CfnSupportPermitPropsMixin.ActionSetProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSupportPermitPropsMixin.ActionSetProperty.getActions()allActions(Object allActions) Sets the value ofCfnSupportPermitPropsMixin.ActionSetProperty.getAllActions()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnSupportPermitPropsMixin.ActionSetProperty.Builder actions(List<String> actions) Sets the value ofCfnSupportPermitPropsMixin.ActionSetProperty.getActions()- Parameters:
actions- An explicit list of actions to grant.- Returns:
this
-
allActions
@Stability(Stable) public CfnSupportPermitPropsMixin.ActionSetProperty.Builder allActions(Object allActions) Sets the value ofCfnSupportPermitPropsMixin.ActionSetProperty.getAllActions()- Parameters:
allActions- Grants all actions.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSupportPermitPropsMixin.ActionSetProperty>- Returns:
- a new instance of
CfnSupportPermitPropsMixin.ActionSetProperty - Throws:
NullPointerException- if any required attribute was not provided
-