public static interface PartnerIntegrationInfo.Builder extends SdkPojo, CopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>
| Modifier and Type | Method and Description |
|---|---|
PartnerIntegrationInfo.Builder |
createdAt(Instant createdAt)
The date (UTC) that the partner integration was created.
|
PartnerIntegrationInfo.Builder |
databaseName(String databaseName)
The name of the database that receives data from a partner.
|
PartnerIntegrationInfo.Builder |
partnerName(String partnerName)
The name of the partner.
|
PartnerIntegrationInfo.Builder |
status(PartnerIntegrationStatus status)
The partner integration status.
|
PartnerIntegrationInfo.Builder |
status(String status)
The partner integration status.
|
PartnerIntegrationInfo.Builder |
statusMessage(String statusMessage)
The status message provided by the partner.
|
PartnerIntegrationInfo.Builder |
updatedAt(Instant updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartnerIntegrationInfo.Builder databaseName(String databaseName)
The name of the database that receives data from a partner.
databaseName - The name of the database that receives data from a partner.PartnerIntegrationInfo.Builder partnerName(String partnerName)
The name of the partner.
partnerName - The name of the partner.PartnerIntegrationInfo.Builder status(String status)
The partner integration status.
status - The partner integration status.PartnerIntegrationStatus,
PartnerIntegrationStatusPartnerIntegrationInfo.Builder status(PartnerIntegrationStatus status)
The partner integration status.
status - The partner integration status.PartnerIntegrationStatus,
PartnerIntegrationStatusPartnerIntegrationInfo.Builder statusMessage(String statusMessage)
The status message provided by the partner.
statusMessage - The status message provided by the partner.PartnerIntegrationInfo.Builder createdAt(Instant createdAt)
The date (UTC) that the partner integration was created.
createdAt - The date (UTC) that the partner integration was created.PartnerIntegrationInfo.Builder updatedAt(Instant updatedAt)
The date (UTC) that the partner integration status was last updated by the partner.
updatedAt - The date (UTC) that the partner integration status was last updated by the partner.Copyright © 2023. All rights reserved.