Interface GetAssetRequest.Builder

  • Method Details

    • domainIdentifier

      GetAssetRequest.Builder domainIdentifier(String domainIdentifier)

      The ID of the Amazon DataZone domain to which the asset belongs.

      Parameters:
      domainIdentifier - The ID of the Amazon DataZone domain to which the asset belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identifier

      GetAssetRequest.Builder identifier(String identifier)

      The ID of the Amazon DataZone asset.

      This parameter supports either the value of assetId or externalIdentifier as input. If you are passing the value of externalIdentifier, you must prefix this value with externalIdentifer%2F.

      Parameters:
      identifier - The ID of the Amazon DataZone asset.

      This parameter supports either the value of assetId or externalIdentifier as input. If you are passing the value of externalIdentifier, you must prefix this value with externalIdentifer%2F.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revision

      GetAssetRequest.Builder revision(String revision)

      The revision of the Amazon DataZone asset.

      Parameters:
      revision - The revision of the Amazon DataZone asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.