| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
RevisionEntry.Builder |
RevisionEntry.Builder.arn(String arn)
The ARN for the revision.
|
static RevisionEntry.Builder |
RevisionEntry.builder() |
RevisionEntry.Builder |
RevisionEntry.Builder.comment(String comment)
An optional comment about the revision.
|
RevisionEntry.Builder |
RevisionEntry.Builder.createdAt(Instant createdAt)
The date and time that the revision was created, in ISO 8601 format.
|
RevisionEntry.Builder |
RevisionEntry.Builder.dataSetId(String dataSetId)
The unique identifier for the data set associated with the data set revision.
|
RevisionEntry.Builder |
RevisionEntry.Builder.finalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized.
|
RevisionEntry.Builder |
RevisionEntry.Builder.id(String id)
The unique identifier for the revision.
|
RevisionEntry.Builder |
RevisionEntry.Builder.revocationComment(String revocationComment)
A required comment to inform subscribers of the reason their access to the revision was revoked.
|
RevisionEntry.Builder |
RevisionEntry.Builder.revoked(Boolean revoked)
A status indicating that subscribers' access to the revision was revoked.
|
RevisionEntry.Builder |
RevisionEntry.Builder.revokedAt(Instant revokedAt)
The date and time that the revision was revoked, in ISO 8601 format.
|
RevisionEntry.Builder |
RevisionEntry.Builder.sourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
RevisionEntry.Builder |
RevisionEntry.toBuilder() |
RevisionEntry.Builder |
RevisionEntry.Builder.updatedAt(Instant updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RevisionEntry.Builder> |
RevisionEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.