Class CfnSearchJobPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.backupsearch.CfnSearchJobPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSearchJobPropsMixin>
- Enclosing class:
CfnSearchJobPropsMixin
@Stability(Stable)
public static final class CfnSearchJobPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSearchJobPropsMixin>
A fluent builder for
CfnSearchJobPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the search job.searchScope(CfnSearchJobPropsMixin.SearchScopeProperty searchScope) The search scope for the search job.searchScope(IResolvable searchScope) The search scope for the search job.tags(List<? extends CfnSearchJobPropsMixin.TagsItemsProperty> tags) Tags associated with the search job.
-
Method Details
-
create
@Stability(Stable) public static CfnSearchJobPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSearchJobPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSearchJobPropsMixin.Builder.
-
name
The name of the search job.- Parameters:
name- The name of the search job. This parameter is required.- Returns:
this- See Also:
-
searchScope
The search scope for the search job.- Parameters:
searchScope- The search scope for the search job. This parameter is required.- Returns:
this- See Also:
-
searchScope
@Stability(Stable) public CfnSearchJobPropsMixin.Builder searchScope(CfnSearchJobPropsMixin.SearchScopeProperty searchScope) The search scope for the search job.- Parameters:
searchScope- The search scope for the search job. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnSearchJobPropsMixin.Builder tags(List<? extends CfnSearchJobPropsMixin.TagsItemsProperty> tags) Tags associated with the search job.- Parameters:
tags- Tags associated with the search job. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSearchJobPropsMixin>- Returns:
- a newly built instance of
CfnSearchJobPropsMixin.
-