Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.AssetPropertyPathSegment.Builder
-
Packages that use AssetPropertyPathSegment.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetPropertyPathSegment.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetPropertyPathSegment.Builder Modifier and Type Method Description static AssetPropertyPathSegment.BuilderAssetPropertyPathSegment. builder()AssetPropertyPathSegment.BuilderAssetPropertyPathSegment.Builder. id(String id)The ID of the path segment.AssetPropertyPathSegment.BuilderAssetPropertyPathSegment.Builder. name(String name)The name of the path segment.AssetPropertyPathSegment.BuilderAssetPropertyPathSegment. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetPropertyPathSegment.Builder Modifier and Type Method Description static Class<? extends AssetPropertyPathSegment.Builder>AssetPropertyPathSegment. serializableBuilderClass()
-