public static interface ShareDetails.Builder extends SdkPojo, CopyableBuilder<ShareDetails.Builder,ShareDetails>
| Modifier and Type | Method and Description |
|---|---|
ShareDetails.Builder |
creationTime(Instant creationTime)
The timestamp for when the share was created.
|
ShareDetails.Builder |
ownerId(String ownerId)
The account ID for the data owner.
|
ShareDetails.Builder |
principalSubscriber(String principalSubscriber)
The principal subscriber is the account the analytics store data is being shared with.
|
ShareDetails.Builder |
resourceArn(String resourceArn)
The resource Arn of the analytics store being shared.
|
ShareDetails.Builder |
shareId(String shareId)
The ID for a share offer for an analytics store .
|
ShareDetails.Builder |
shareName(String shareName)
The name of the share.
|
ShareDetails.Builder |
status(ShareStatus status)
The status of a share.
|
ShareDetails.Builder |
status(String status)
The status of a share.
|
ShareDetails.Builder |
statusMessage(String statusMessage)
The status message for a share.
|
ShareDetails.Builder |
updateTime(Instant updateTime)
The timestamp of the share update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShareDetails.Builder shareId(String shareId)
The ID for a share offer for an analytics store .
shareId - The ID for a share offer for an analytics store .ShareDetails.Builder resourceArn(String resourceArn)
The resource Arn of the analytics store being shared.
resourceArn - The resource Arn of the analytics store being shared.ShareDetails.Builder principalSubscriber(String principalSubscriber)
The principal subscriber is the account the analytics store data is being shared with.
principalSubscriber - The principal subscriber is the account the analytics store data is being shared with.ShareDetails.Builder ownerId(String ownerId)
The account ID for the data owner. The owner creates the share offer.
ownerId - The account ID for the data owner. The owner creates the share offer.ShareDetails.Builder status(String status)
The status of a share.
status - The status of a share.ShareStatus,
ShareStatusShareDetails.Builder status(ShareStatus status)
The status of a share.
status - The status of a share.ShareStatus,
ShareStatusShareDetails.Builder statusMessage(String statusMessage)
The status message for a share. It provides more details on the status of the share.
statusMessage - The status message for a share. It provides more details on the status of the share.ShareDetails.Builder shareName(String shareName)
The name of the share.
shareName - The name of the share.ShareDetails.Builder creationTime(Instant creationTime)
The timestamp for when the share was created.
creationTime - The timestamp for when the share was created.ShareDetails.Builder updateTime(Instant updateTime)
The timestamp of the share update.
updateTime - The timestamp of the share update.Copyright © 2023. All rights reserved.