Interface GetDataSetResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDataSetResponse.Builder,,- GetDataSetResponse> - DataExchangeResponse.Builder,- SdkBuilder<GetDataSetResponse.Builder,,- GetDataSetResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDataSetResponse
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN for the data set.The type of asset that is added to a data set.The type of asset that is added to a data set.The date and time that the data set was created, in ISO 8601 format.description(String description) The description for the data set.The unique identifier for the data set.The name of the data set.A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).default GetDataSetResponse.BuilderoriginDetails(Consumer<OriginDetails.Builder> originDetails) If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.originDetails(OriginDetails originDetails) If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.The data set ID of the owned data set corresponding to the entitled data set being viewed.The tags for the data set.The date and time that the data set was last updated, in ISO 8601 format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnThe ARN for the data set. - Parameters:
- arn- The ARN for the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
assetTypeThe type of asset that is added to a data set. - Parameters:
- assetType- The type of asset that is added to a data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
assetTypeThe type of asset that is added to a data set. - Parameters:
- assetType- The type of asset that is added to a data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe date and time that the data set was created, in ISO 8601 format. - Parameters:
- createdAt- The date and time that the data set was created, in ISO 8601 format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description for the data set. - Parameters:
- description- The description for the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique identifier for the data set. - Parameters:
- id- The unique identifier for the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the data set. - Parameters:
- name- The name of the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
originA property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). - Parameters:
- origin- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
originA property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). - Parameters:
- origin- A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
originDetailsIf the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace. - Parameters:
- originDetails- If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
originDetailsIf the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace. This is a convenience method that creates an instance of theOriginDetails.Builderavoiding the need to create one manually viaOriginDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooriginDetails(OriginDetails).- Parameters:
- originDetails- a consumer that will call methods on- OriginDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sourceIdThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags for the data set. - Parameters:
- tags- The tags for the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe date and time that the data set was last updated, in ISO 8601 format. - Parameters:
- updatedAt- The date and time that the data set was last updated, in ISO 8601 format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-