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