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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #entityTypes(List) .entityTypes - a consumer that will call methods on List.Builder #entityTypes(List) GetEntityTypesResponse.Builder nextToken(String nextToken)
The next page token.
nextToken - The next page token.Copyright © 2021. All rights reserved.