Interface RevisionEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RevisionEntry.Builder,RevisionEntry>,SdkBuilder<RevisionEntry.Builder,RevisionEntry>,SdkPojo
- Enclosing class:
- RevisionEntry
public static interface RevisionEntry.Builder extends SdkPojo, CopyableBuilder<RevisionEntry.Builder,RevisionEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevisionEntry.Builderarn(String arn)The ARN for the revision.RevisionEntry.Buildercomment(String comment)An optional comment about the revision.RevisionEntry.BuildercreatedAt(Instant createdAt)The date and time that the revision was created, in ISO 8601 format.RevisionEntry.BuilderdataSetId(String dataSetId)The unique identifier for the data set associated with the data set revision.RevisionEntry.Builderfinalized(Boolean finalized)To publish a revision to a data set in a product, the revision must first be finalized.RevisionEntry.Builderid(String id)The unique identifier for the revision.RevisionEntry.BuilderrevocationComment(String revocationComment)A required comment to inform subscribers of the reason their access to the revision was revoked.RevisionEntry.Builderrevoked(Boolean revoked)A status indicating that subscribers' access to the revision was revoked.RevisionEntry.BuilderrevokedAt(Instant revokedAt)The date and time that the revision was revoked, in ISO 8601 format.RevisionEntry.BuildersourceId(String sourceId)The revision ID of the owned revision corresponding to the entitled revision being viewed.RevisionEntry.BuilderupdatedAt(Instant updatedAt)The date and time that the revision was last updated, in ISO 8601 format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
RevisionEntry.Builder arn(String arn)
The ARN for the revision.
- Parameters:
arn- The ARN for the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
RevisionEntry.Builder comment(String comment)
An optional comment about the revision.
- Parameters:
comment- An optional comment about the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
RevisionEntry.Builder createdAt(Instant createdAt)
The date and time that the revision was created, in ISO 8601 format.
- Parameters:
createdAt- The date and time that the revision was created, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSetId
RevisionEntry.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with the data set revision.
- Parameters:
dataSetId- The unique identifier for the data set associated with the data set revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalized
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
RevisionEntry.Builder id(String id)
The unique identifier for the revision.
- Parameters:
id- The unique identifier for the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
RevisionEntry.Builder updatedAt(Instant updatedAt)
The date and time that the revision was last updated, in ISO 8601 format.
- Parameters:
updatedAt- The date and time that the revision was last updated, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationComment
RevisionEntry.Builder revocationComment(String revocationComment)
A required comment to inform subscribers of the reason their access to the revision was revoked.
- Parameters:
revocationComment- A required comment to inform subscribers of the reason their access to the revision was revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revoked
RevisionEntry.Builder revoked(Boolean revoked)
A status indicating that subscribers' access to the revision was revoked.
- Parameters:
revoked- A status indicating that subscribers' access to the revision was revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revokedAt
RevisionEntry.Builder revokedAt(Instant revokedAt)
The date and time that the revision was revoked, in ISO 8601 format.
- Parameters:
revokedAt- The date and time that the revision was revoked, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-