GetRevisionResponse.Builder |
GetRevisionResponse.Builder.arn(String arn) |
The ARN for the revision.
|
static GetRevisionResponse.Builder |
GetRevisionResponse.builder() |
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.comment(String comment) |
An optional comment about the revision.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.createdAt(Instant createdAt) |
The date and time that the revision was created, in ISO 8601 format.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.dataSetId(String dataSetId) |
The unique identifier for the data set associated with the data set revision.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.finalized(Boolean finalized) |
To publish a revision to a data set in a product, the revision must first be finalized.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.id(String id) |
The unique identifier for the revision.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.revocationComment(String revocationComment) |
A required comment to inform subscribers of the reason their access to the revision was revoked.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.revoked(Boolean revoked) |
A status indicating that subscribers' access to the revision was revoked.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.revokedAt(Instant revokedAt) |
The date and time that the revision was revoked, in ISO 8601 format.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.sourceId(String sourceId) |
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.tags(Map<String,String> tags) |
The tags for the revision.
|
GetRevisionResponse.Builder |
GetRevisionResponse.toBuilder() |
|
GetRevisionResponse.Builder |
GetRevisionResponse.Builder.updatedAt(Instant updatedAt) |
The date and time that the revision was last updated, in ISO 8601 format.
|