Class CfnBackupPlan.IndexActionsResourceTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.backup.CfnBackupPlan.IndexActionsResourceTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBackupPlan.IndexActionsResourceTypeProperty>
- Enclosing interface:
CfnBackupPlan.IndexActionsResourceTypeProperty
@Stability(Stable)
public static final class CfnBackupPlan.IndexActionsResourceTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBackupPlan.IndexActionsResourceTypeProperty>
A builder for
CfnBackupPlan.IndexActionsResourceTypeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceTypes(List<String> resourceTypes) Sets the value ofCfnBackupPlan.IndexActionsResourceTypeProperty.getResourceTypes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceTypes
@Stability(Stable) public CfnBackupPlan.IndexActionsResourceTypeProperty.Builder resourceTypes(List<String> resourceTypes) Sets the value ofCfnBackupPlan.IndexActionsResourceTypeProperty.getResourceTypes()- Parameters:
resourceTypes- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBackupPlan.IndexActionsResourceTypeProperty>- Returns:
- a new instance of
CfnBackupPlan.IndexActionsResourceTypeProperty - Throws:
NullPointerException- if any required attribute was not provided
-