public static interface GetEntityTypesResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetEntityTypesResponse.Builder,GetEntityTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEntityTypesResponse.Builder |
entityTypes(Collection<EntityType> entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
entityTypes(Consumer<EntityType.Builder>... entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
entityTypes(EntityType... entityTypes)
An array of entity types.
|
GetEntityTypesResponse.Builder |
nextToken(String nextToken)
The next page token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEntityTypesResponse.Builder entityTypes(Collection<EntityType> entityTypes)
An array of entity types.
entityTypes - An array of entity types.GetEntityTypesResponse.Builder entityTypes(EntityType... entityTypes)
An array of entity types.
entityTypes - An array of entity types.GetEntityTypesResponse.Builder entityTypes(Consumer<EntityType.Builder>... entityTypes)
An array of entity types.
This is a convenience method that creates an instance of theEntityType.Builder avoiding the need to create
one manually via EntityType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #entityTypes(List.
entityTypes - a consumer that will call methods on
EntityType.Builder#entityTypes(java.util.Collection) GetEntityTypesResponse.Builder nextToken(String nextToken)
The next page token.
nextToken - The next page token.Copyright © 2023. All rights reserved.