Class SetAssetAttributesRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- SetAssetAttributesRequest
public static final class SetAssetAttributesRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SetAssetAttributesRequest.Builder
assetId(@NotNull UUID assetId)
Required. The ID of the asset this attribute should belong to.SetAssetAttributesRequest
build()
SetAssetAttributesRequest.Builder
but()
Deprecated.This method will be removed in the future.String
toString()
SetAssetAttributesRequest.Builder
typeId(@NotNull UUID typeId)
Required. The ID of the attribute type for the new attribute.SetAssetAttributesRequest.Builder
values(@NotNull List<Object> values)
Required. The values for the new attribute.
-
-
-
Method Detail
-
but
@Deprecated public SetAssetAttributesRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useSetAssetAttributesRequest.builder()
Clone method for this Builder.
-
assetId
public SetAssetAttributesRequest.Builder assetId(@NotNull @NotNull UUID assetId)
Required. The ID of the asset this attribute should belong to.- Returns:
this
.
-
typeId
public SetAssetAttributesRequest.Builder typeId(@NotNull @NotNull UUID typeId)
Required. The ID of the attribute type for the new attribute.- Returns:
this
.
-
values
public SetAssetAttributesRequest.Builder values(@NotNull @NotNull List<Object> values)
Required. The values for the new attribute.- Returns:
this
.
-
build
public SetAssetAttributesRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-