public static interface FindingSource.Builder extends SdkPojo, CopyableBuilder<FindingSource.Builder,FindingSource>
| Modifier and Type | Method and Description |
|---|---|
default FindingSource.Builder |
detail(Consumer<FindingSourceDetail.Builder> detail)
Includes details about how the access that generated the finding is granted.
|
FindingSource.Builder |
detail(FindingSourceDetail detail)
Includes details about how the access that generated the finding is granted.
|
FindingSource.Builder |
type(FindingSourceType type)
Indicates the type of access that generated the finding.
|
FindingSource.Builder |
type(String type)
Indicates the type of access that generated the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingSource.Builder detail(FindingSourceDetail detail)
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
detail - Includes details about how the access that generated the finding is granted. This is populated for
Amazon S3 bucket findings.default FindingSource.Builder detail(Consumer<FindingSourceDetail.Builder> detail)
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
This is a convenience that creates an instance of theFindingSourceDetail.Builder avoiding the need
to create one manually via FindingSourceDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to detail(FindingSourceDetail).detail - a consumer that will call methods on FindingSourceDetail.Builderdetail(FindingSourceDetail)FindingSource.Builder type(String type)
Indicates the type of access that generated the finding.
type - Indicates the type of access that generated the finding.FindingSourceType,
FindingSourceTypeFindingSource.Builder type(FindingSourceType type)
Indicates the type of access that generated the finding.
type - Indicates the type of access that generated the finding.FindingSourceType,
FindingSourceTypeCopyright © 2020. All rights reserved.