Interface GetEntityTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEntityTypesResponse.Builder,GetEntityTypesResponse>,FraudDetectorResponse.Builder,SdkBuilder<GetEntityTypesResponse.Builder,GetEntityTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEntityTypesResponse
public static interface GetEntityTypesResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetEntityTypesResponse.Builder,GetEntityTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEntityTypesResponse.BuilderentityTypes(Collection<EntityType> entityTypes)An array of entity types.GetEntityTypesResponse.BuilderentityTypes(Consumer<EntityType.Builder>... entityTypes)An array of entity types.GetEntityTypesResponse.BuilderentityTypes(EntityType... entityTypes)An array of entity types.GetEntityTypesResponse.BuildernextToken(String nextToken)The next page token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entityTypes
GetEntityTypesResponse.Builder entityTypes(Collection<EntityType> entityTypes)
An array of entity types.
- Parameters:
entityTypes- An array of entity types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
GetEntityTypesResponse.Builder entityTypes(EntityType... entityTypes)
An array of entity types.
- Parameters:
entityTypes- An array of entity types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityTypes
GetEntityTypesResponse.Builder entityTypes(Consumer<EntityType.Builder>... entityTypes)
An array of entity types.
This is a convenience method that creates an instance of theEntityType.Builderavoiding the need to create one manually viaEntityType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entityTypes(List.) - Parameters:
entityTypes- a consumer that will call methods onEntityType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entityTypes(java.util.Collection)
-
nextToken
GetEntityTypesResponse.Builder nextToken(String nextToken)
The next page token.
- Parameters:
nextToken- The next page token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-