GetDataSetResponse.Builder |
GetDataSetResponse.Builder.arn(String arn) |
The ARN for the data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.assetType(String assetType) |
The type of asset that is added to a data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.assetType(AssetType assetType) |
The type of asset that is added to a data set.
|
static GetDataSetResponse.Builder |
GetDataSetResponse.builder() |
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.createdAt(Instant createdAt) |
The date and time that the data set was created, in ISO 8601 format.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.description(String description) |
The description for the data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.id(String id) |
The unique identifier for the data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.name(String name) |
The name of the data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.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).
|
GetDataSetResponse.Builder |
GetDataSetResponse.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).
|
default GetDataSetResponse.Builder |
GetDataSetResponse.Builder.originDetails(Consumer<OriginDetails.Builder> originDetails) |
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.originDetails(OriginDetails originDetails) |
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.sourceId(String sourceId) |
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.tags(Map<String,String> tags) |
The tags for the data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.toBuilder() |
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.updatedAt(Instant updatedAt) |
The date and time that the data set was last updated, in ISO 8601 format.
|