Interface ListingRevision.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListingRevision.Builder,
,ListingRevision> SdkBuilder<ListingRevision.Builder,
,ListingRevision> SdkPojo
- Enclosing class:
ListingRevision
@Mutable
@NotThreadSafe
public static interface ListingRevision.Builder
extends SdkPojo, CopyableBuilder<ListingRevision.Builder,ListingRevision>
-
Method Summary
Modifier and TypeMethodDescriptionAn identifier of a revision of an asset published in a Amazon DataZone catalog.The details of a revision of an asset published in a Amazon DataZone catalog.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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
An identifier of a revision of an asset published in a Amazon DataZone catalog.
- Parameters:
id
- An identifier of a revision of an asset published in a Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The details of a revision of an asset published in a Amazon DataZone catalog.
- Parameters:
revision
- The details of a revision of an asset published in a Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-