public static interface ListProfileObjectTypeItem.Builder extends SdkPojo, CopyableBuilder<ListProfileObjectTypeItem.Builder,ListProfileObjectTypeItem>
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectTypeItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
ListProfileObjectTypeItem.Builder |
description(String description)
Description of the profile object type.
|
ListProfileObjectTypeItem.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListProfileObjectTypeItem.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
ListProfileObjectTypeItem.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileObjectTypeItem.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.ListProfileObjectTypeItem.Builder description(String description)
Description of the profile object type.
description - Description of the profile object type.ListProfileObjectTypeItem.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.ListProfileObjectTypeItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
lastUpdatedAt - The timestamp of when the domain was most recently edited.ListProfileObjectTypeItem.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2022. All rights reserved.