Interface CreateAssetTypeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>, DataZoneRequest.Builder, SdkBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateAssetTypeRequest

public static interface CreateAssetTypeRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetTypeRequest.Builder,CreateAssetTypeRequest>
  • Method Details

    • description

      CreateAssetTypeRequest.Builder description(String description)

      The descripton of the custom asset type.

      Parameters:
      description - The descripton of the custom asset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainIdentifier

      CreateAssetTypeRequest.Builder domainIdentifier(String domainIdentifier)

      The unique identifier of the Amazon DataZone domain where the custom asset type is being created.

      Parameters:
      domainIdentifier - The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • formsInput

      The metadata forms that are to be attached to the custom asset type.

      Parameters:
      formsInput - The metadata forms that are to be attached to the custom asset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the custom asset type.

      Parameters:
      name - The name of the custom asset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owningProjectIdentifier

      CreateAssetTypeRequest.Builder owningProjectIdentifier(String owningProjectIdentifier)

      The identifier of the Amazon DataZone project that is to own the custom asset type.

      Parameters:
      owningProjectIdentifier - The identifier of the Amazon DataZone project that is to own the custom asset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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