Interface GetFindingsV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetFindingsV2Response.Builder,
,GetFindingsV2Response> SdkBuilder<GetFindingsV2Response.Builder,
,GetFindingsV2Response> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
GetFindingsV2Response
@Mutable
@NotThreadSafe
public static interface GetFindingsV2Response.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetFindingsV2Response.Builder,GetFindingsV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionfindings
(Collection<Document> findings) An array of security findings returned by the operation.An array of security findings returned by the operation.The pagination token to use to request the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
findings
An array of security findings returned by the operation.
- Parameters:
findings
- An array of security findings returned by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findings
An array of security findings returned by the operation.
- Parameters:
findings
- An array of security findings returned by the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
- Parameters:
nextToken
- The pagination token to use to request the next page of results. Otherwise, this parameter is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-