Interface AssetValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetValue.Builder,AssetValue>,SdkBuilder<AssetValue.Builder,AssetValue>,SdkPojo
- Enclosing class:
- AssetValue
public static interface AssetValue.Builder extends SdkPojo, CopyableBuilder<AssetValue.Builder,AssetValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetValue.Builderhref(String href)Link to the asset object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
href
AssetValue.Builder href(String href)
Link to the asset object.
- Parameters:
href- Link to the asset object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-