Interface GetDataSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetDataSetResponse.Builder,GetDataSetResponse>, DataExchangeResponse.Builder, SdkBuilder<GetDataSetResponse.Builder,GetDataSetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetDataSetResponse

public static interface GetDataSetResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<GetDataSetResponse.Builder,GetDataSetResponse>
  • Method Details

    • arn

      The 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.
    • assetType

      GetDataSetResponse.Builder assetType(String assetType)

      The 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:
    • assetType

      GetDataSetResponse.Builder assetType(AssetType assetType)

      The 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:
    • createdAt

      GetDataSetResponse.Builder createdAt(Instant createdAt)

      The 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.
    • description

      GetDataSetResponse.Builder description(String description)

      The 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.
    • id

      The 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.
    • name

      The 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.
    • origin

      A 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:
    • origin

      A 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:
    • originDetails

      GetDataSetResponse.Builder originDetails(OriginDetails originDetails)

      If 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.
    • originDetails

      default 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.

      This is a convenience method that creates an instance of the OriginDetails.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).

      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:
    • sourceId

      GetDataSetResponse.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.

      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.
    • tags

      The 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.
    • updatedAt

      GetDataSetResponse.Builder updatedAt(Instant updatedAt)

      The 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.