Interface ListThreatEntitySetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListThreatEntitySetsResponse.Builder,
,ListThreatEntitySetsResponse> GuardDutyResponse.Builder
,SdkBuilder<ListThreatEntitySetsResponse.Builder,
,ListThreatEntitySetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListThreatEntitySetsResponse
@Mutable
@NotThreadSafe
public static interface ListThreatEntitySetsResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListThreatEntitySetsResponse.Builder,ListThreatEntitySetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination parameter to be used on the next list operation to retrieve more items.threatEntitySetIds
(String... threatEntitySetIds) The IDs of the threat entity set resources.threatEntitySetIds
(Collection<String> threatEntitySetIds) The IDs of the threat entity set resources.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
-
threatEntitySetIds
The IDs of the threat entity set resources.
- Parameters:
threatEntitySetIds
- The IDs of the threat entity set resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threatEntitySetIds
The IDs of the threat entity set resources.
- Parameters:
threatEntitySetIds
- The IDs of the threat entity set resources.- 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.
-