Interface AssetModelPropertyPathSegment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetModelPropertyPathSegment.Builder,AssetModelPropertyPathSegment>,SdkBuilder<AssetModelPropertyPathSegment.Builder,AssetModelPropertyPathSegment>,SdkPojo
- Enclosing class:
- AssetModelPropertyPathSegment
public static interface AssetModelPropertyPathSegment.Builder extends SdkPojo, CopyableBuilder<AssetModelPropertyPathSegment.Builder,AssetModelPropertyPathSegment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetModelPropertyPathSegment.Builderid(String id)The ID of the path segment.AssetModelPropertyPathSegment.Buildername(String name)The name of the path segment.-
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
-
id
AssetModelPropertyPathSegment.Builder id(String id)
The ID of the path segment.
- Parameters:
id- The ID of the path segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AssetModelPropertyPathSegment.Builder name(String name)
The name of the path segment.
- Parameters:
name- The name of the path segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-