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