public static interface ListIntegrationItem.Builder extends SdkPojo, CopyableBuilder<ListIntegrationItem.Builder,ListIntegrationItem>
| Modifier and Type | Method and Description |
|---|---|
ListIntegrationItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
ListIntegrationItem.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListIntegrationItem.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListIntegrationItem.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type.
|
ListIntegrationItem.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ListIntegrationItem.Builder |
uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntegrationItem.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListIntegrationItem.Builder uri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.ListIntegrationItem.Builder objectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.ListIntegrationItem.Builder createdAt(Instant createdAt)
The timestamp of when the domain was created.
createdAt - The timestamp of when the domain was created.ListIntegrationItem.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.ListIntegrationItem.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 © 2021. All rights reserved.