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