Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListDomainItem.Builder
-
Packages that use ListDomainItem.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListDomainItem.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListDomainItem.Builder Modifier and Type Method Description static ListDomainItem.BuilderListDomainItem. builder()ListDomainItem.BuilderListDomainItem.Builder. createdAt(Instant createdAt)The timestamp of when the domain was created.ListDomainItem.BuilderListDomainItem.Builder. domainName(String domainName)The unique name of the domain.ListDomainItem.BuilderListDomainItem.Builder. lastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the domain was most recently edited.ListDomainItem.BuilderListDomainItem.Builder. tags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.ListDomainItem.BuilderListDomainItem. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListDomainItem.Builder Modifier and Type Method Description static Class<? extends ListDomainItem.Builder>ListDomainItem. serializableBuilderClass()
-