Interface ListTrustedEntitySetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTrustedEntitySetsResponse.Builder,,ListTrustedEntitySetsResponse> GuardDutyResponse.Builder,SdkBuilder<ListTrustedEntitySetsResponse.Builder,,ListTrustedEntitySetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListTrustedEntitySetsResponse
@Mutable
@NotThreadSafe
public static interface ListTrustedEntitySetsResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListTrustedEntitySetsResponse.Builder,ListTrustedEntitySetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination parameter to be used on the next list operation to retrieve more items.trustedEntitySetIds(String... trustedEntitySetIds) The IDs of the trusted entity set resources.trustedEntitySetIds(Collection<String> trustedEntitySetIds) The IDs of the trusted entity set resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
trustedEntitySetIds
The IDs of the trusted entity set resources.
- Parameters:
trustedEntitySetIds- The IDs of the trusted entity set resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustedEntitySetIds
The IDs of the trusted entity set resources.
- Parameters:
trustedEntitySetIds- The IDs of the trusted 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.
-