public static interface UpdateDataSetResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSetResponse.Builder,UpdateDataSetResponse>
Modifier and Type | Method and Description |
---|---|
UpdateDataSetResponse.Builder |
arn(String arn)
The ARN for the data set.
|
UpdateDataSetResponse.Builder |
assetType(AssetType assetType)
The type of file your data is stored in.
|
UpdateDataSetResponse.Builder |
assetType(String assetType)
The type of file your data is stored in.
|
UpdateDataSetResponse.Builder |
createdAt(Instant createdAt)
The date and time that the data set was created, in ISO 8601 format.
|
UpdateDataSetResponse.Builder |
description(String description)
The description for the data set.
|
UpdateDataSetResponse.Builder |
id(String id)
The unique identifier for the data set.
|
UpdateDataSetResponse.Builder |
name(String name)
The name of the data set.
|
UpdateDataSetResponse.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).
|
UpdateDataSetResponse.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 UpdateDataSetResponse.Builder |
originDetails(Consumer<OriginDetails.Builder> originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
UpdateDataSetResponse.Builder |
originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
UpdateDataSetResponse.Builder |
sourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
UpdateDataSetResponse.Builder |
updatedAt(Instant updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDataSetResponse.Builder arn(String arn)
The ARN for the data set.
arn
- The ARN for the data set.UpdateDataSetResponse.Builder assetType(String assetType)
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
UpdateDataSetResponse.Builder assetType(AssetType assetType)
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
UpdateDataSetResponse.Builder createdAt(Instant createdAt)
The date and time that the data set was created, in ISO 8601 format.
createdAt
- The date and time that the data set was created, in ISO 8601 format.UpdateDataSetResponse.Builder description(String description)
The description for the data set.
description
- The description for the data set.UpdateDataSetResponse.Builder id(String id)
The unique identifier for the data set.
id
- The unique identifier for the data set.UpdateDataSetResponse.Builder name(String name)
The name of the data set.
name
- The name of the data set.UpdateDataSetResponse.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).
UpdateDataSetResponse.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).
UpdateDataSetResponse.Builder originDetails(OriginDetails originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
originDetails
- If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.default UpdateDataSetResponse.Builder originDetails(Consumer<OriginDetails.Builder> originDetails)
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
This is a convenience that creates an instance of theOriginDetails.Builder
avoiding the need to
create one manually via OriginDetails.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to originDetails(OriginDetails)
.originDetails
- a consumer that will call methods on OriginDetails.Builder
originDetails(OriginDetails)
UpdateDataSetResponse.Builder sourceId(String sourceId)
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
sourceId
- The data set ID of the owned data set corresponding to the entitled data set being viewed. This
parameter is returned when a data set owner is viewing the entitled copy of its owned data set.UpdateDataSetResponse.Builder updatedAt(Instant updatedAt)
The date and time that the data set was last updated, in ISO 8601 format.
updatedAt
- The date and time that the data set was last updated, in ISO 8601 format.Copyright © 2021. All rights reserved.