| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetEntry.Builder |
DataSetEntry.Builder.arn(String arn)
The ARN for the data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.assetType(String assetType)
The type of asset that is added to a data set.
|
static DataSetEntry.Builder |
DataSetEntry.builder() |
DataSetEntry.Builder |
DataSetEntry.Builder.createdAt(Instant createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
DataSetEntry.Builder |
DataSetEntry.Builder.description(String description)
The description for the data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.id(String id)
The unique identifier for the data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.name(String name)
The name of the data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.origin(Origin origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
DataSetEntry.Builder |
DataSetEntry.Builder.origin(String origin)
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
default DataSetEntry.Builder |
DataSetEntry.Builder.originDetails(Consumer<OriginDetails.Builder> originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
DataSetEntry.Builder |
DataSetEntry.Builder.originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
DataSetEntry.Builder |
DataSetEntry.Builder.sourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
DataSetEntry.Builder |
DataSetEntry.toBuilder() |
DataSetEntry.Builder |
DataSetEntry.Builder.updatedAt(Instant updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSetEntry.Builder> |
DataSetEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.