public static interface GetFindingsResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<GetFindingsResponse.Builder,GetFindingsResponse>
Modifier and Type | Method and Description |
---|---|
GetFindingsResponse.Builder |
findings(Collection<Finding> findings)
Sets the value of the Findings property for this object.
|
GetFindingsResponse.Builder |
findings(Finding... findings)
Sets the value of the Findings property for this object.
|
build
copy
apply, build
GetFindingsResponse.Builder findings(Collection<Finding> findings)
findings
- The new value for the Findings property for this object.GetFindingsResponse.Builder findings(Finding... findings)
findings
- The new value for the Findings property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.