| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static PutIntegrationResponse.Builder |
PutIntegrationResponse.builder() |
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.createdAt(Instant createdAt)
The timestamp of when the domain was created.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.domainName(String domainName)
The unique name of the domain.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationResponse.Builder |
PutIntegrationResponse.toBuilder() |
PutIntegrationResponse.Builder |
PutIntegrationResponse.Builder.uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutIntegrationResponse.Builder> |
PutIntegrationResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.