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(Consumer<Finding.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetFindingsResponse.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.GetFindingsResponse.Builder findings(Consumer<Finding.Builder>... findings)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #findings(List) .findings - a consumer that will call methods on List.Builder #findings(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.