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