Interface ListFindingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>,GuardDutyResponse.Builder,SdkBuilder<ListFindingsResponse.Builder,ListFindingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFindingsResponse
public static interface ListFindingsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFindingsResponse.BuilderfindingIds(String... findingIds)The IDs of the findings that you're listing.ListFindingsResponse.BuilderfindingIds(Collection<String> findingIds)The IDs of the findings that you're listing.ListFindingsResponse.BuildernextToken(String nextToken)The pagination parameter to be used on the next list operation to retrieve more items.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
findingIds
ListFindingsResponse.Builder findingIds(Collection<String> findingIds)
The IDs of the findings that you're listing.
- Parameters:
findingIds- The IDs of the findings that you're listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingIds
ListFindingsResponse.Builder findingIds(String... findingIds)
The IDs of the findings that you're listing.
- Parameters:
findingIds- The IDs of the findings that you're listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFindingsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
- Parameters:
nextToken- The pagination parameter to be used on the next list operation to retrieve more items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-