Class CfnSearchJobPropsMixin.SearchScopeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backupsearch.CfnSearchJobPropsMixin.SearchScopeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSearchJobPropsMixin.SearchScopeProperty>
- Enclosing interface:
CfnSearchJobPropsMixin.SearchScopeProperty
@Stability(Stable)
public static final class CfnSearchJobPropsMixin.SearchScopeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSearchJobPropsMixin.SearchScopeProperty>
A builder for
CfnSearchJobPropsMixin.SearchScopeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupResourceTypes(List<String> backupResourceTypes) Sets the value ofCfnSearchJobPropsMixin.SearchScopeProperty.getBackupResourceTypes()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backupResourceTypes
@Stability(Stable) public CfnSearchJobPropsMixin.SearchScopeProperty.Builder backupResourceTypes(List<String> backupResourceTypes) Sets the value ofCfnSearchJobPropsMixin.SearchScopeProperty.getBackupResourceTypes()- Parameters:
backupResourceTypes- The resource types included in a search.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSearchJobPropsMixin.SearchScopeProperty>- Returns:
- a new instance of
CfnSearchJobPropsMixin.SearchScopeProperty - Throws:
NullPointerException- if any required attribute was not provided
-