public static interface RevisionEntry.Builder extends SdkPojo, CopyableBuilder<RevisionEntry.Builder,RevisionEntry>
Modifier and Type | Method and Description |
---|---|
RevisionEntry.Builder |
arn(String arn)
The ARN for the revision.
|
RevisionEntry.Builder |
comment(String comment)
An optional comment about the revision.
|
RevisionEntry.Builder |
createdAt(Instant createdAt)
The date and time that the revision was created, in ISO 8601 format.
|
RevisionEntry.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this revision.
|
RevisionEntry.Builder |
finalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized.
|
RevisionEntry.Builder |
id(String id)
The unique identifier for the revision.
|
RevisionEntry.Builder |
sourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed.
|
RevisionEntry.Builder |
updatedAt(Instant updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RevisionEntry.Builder arn(String arn)
The ARN for the revision.
arn
- The ARN for the revision.RevisionEntry.Builder comment(String comment)
An optional comment about the revision.
comment
- An optional comment about the revision.RevisionEntry.Builder createdAt(Instant createdAt)
The date and time that the revision was created, in ISO 8601 format.
createdAt
- The date and time that the revision was created, in ISO 8601 format.RevisionEntry.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this revision.
dataSetId
- The unique identifier for the data set associated with this revision.RevisionEntry.Builder finalized(Boolean finalized)
To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
finalized
- To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a
revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After
it's in this read-only state, you can publish the revision to your products.
Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.
RevisionEntry.Builder id(String id)
The unique identifier for the revision.
id
- The unique identifier for the revision.RevisionEntry.Builder sourceId(String sourceId)
The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.
sourceId
- The revision ID of the owned revision corresponding to the entitled revision being viewed. This
parameter is returned when a revision owner is viewing the entitled copy of its owned revision.RevisionEntry.Builder updatedAt(Instant updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
updatedAt
- The date and time that the revision was last updated, in ISO 8601 format.Copyright © 2021. All rights reserved.