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