Interface ListFindingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFindingsResponse.Builder,
,ListFindingsResponse> GuardDutyResponse.Builder
,SdkBuilder<ListFindingsResponse.Builder,
,ListFindingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFindingsResponse
@Mutable
@NotThreadSafe
public static interface ListFindingsResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfindingIds
(String... findingIds) The IDs of the findings that you're listing.findingIds
(Collection<String> findingIds) The IDs of the findings that you're listing.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-