public static interface EntityType.Builder extends SdkPojo, CopyableBuilder<EntityType.Builder,EntityType>
| Modifier and Type | Method and Description |
|---|---|
EntityType.Builder |
arn(String arn)
The entity type ARN.
|
EntityType.Builder |
createdTime(String createdTime)
Timestamp of when the entity type was created.
|
EntityType.Builder |
description(String description)
The entity type description.
|
EntityType.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
|
EntityType.Builder |
name(String name)
The entity type name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityType.Builder name(String name)
The entity type name.
name - The entity type name.EntityType.Builder description(String description)
The entity type description.
description - The entity type description.EntityType.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
lastUpdatedTime - Timestamp of when the entity type was last updated.EntityType.Builder createdTime(String createdTime)
Timestamp of when the entity type was created.
createdTime - Timestamp of when the entity type was created.EntityType.Builder arn(String arn)
The entity type ARN.
arn - The entity type ARN.Copyright © 2021. All rights reserved.