Uses of Interface
software.amazon.awssdk.services.frauddetector.model.EntityType.Builder
-
Packages that use EntityType.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of EntityType.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return EntityType.Builder Modifier and Type Method Description EntityType.BuilderEntityType.Builder. arn(String arn)The entity type ARN.static EntityType.BuilderEntityType. builder()EntityType.BuilderEntityType.Builder. createdTime(String createdTime)Timestamp of when the entity type was created.EntityType.BuilderEntityType.Builder. description(String description)The entity type description.EntityType.BuilderEntityType.Builder. lastUpdatedTime(String lastUpdatedTime)Timestamp of when the entity type was last updated.EntityType.BuilderEntityType.Builder. name(String name)The entity type name.EntityType.BuilderEntityType. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type EntityType.Builder Modifier and Type Method Description static Class<? extends EntityType.Builder>EntityType. serializableBuilderClass()
-