public static interface Scoping.Builder extends SdkPojo, CopyableBuilder<Scoping.Builder,Scoping>
| Modifier and Type | Method and Description |
|---|---|
default Scoping.Builder |
excludes(Consumer<JobScopingBlock.Builder> excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
Scoping.Builder |
excludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
|
default Scoping.Builder |
includes(Consumer<JobScopingBlock.Builder> includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
|
Scoping.Builder |
includes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScoping.Builder excludes(JobScopingBlock excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
excludes - The property- and tag-based conditions that determine which objects to exclude from the analysis.default Scoping.Builder excludes(Consumer<JobScopingBlock.Builder> excludes)
The property- and tag-based conditions that determine which objects to exclude from the analysis.
This is a convenience that creates an instance of theJobScopingBlock.Builder avoiding the need to
create one manually via JobScopingBlock.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to excludes(JobScopingBlock).excludes - a consumer that will call methods on JobScopingBlock.Builderexcludes(JobScopingBlock)Scoping.Builder includes(JobScopingBlock includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
includes - The property- and tag-based conditions that determine which objects to include in the analysis.default Scoping.Builder includes(Consumer<JobScopingBlock.Builder> includes)
The property- and tag-based conditions that determine which objects to include in the analysis.
This is a convenience that creates an instance of theJobScopingBlock.Builder avoiding the need to
create one manually via JobScopingBlock.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to includes(JobScopingBlock).includes - a consumer that will call methods on JobScopingBlock.Builderincludes(JobScopingBlock)Copyright © 2021. All rights reserved.