Interface Entity.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Entity.Builder,Entity>
,SdkBuilder<Entity.Builder,Entity>
,SdkPojo
- Enclosing class:
- Entity
public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity.Builder
path(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.-
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
-
path
Entity.Builder path(String path)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- Parameters:
path
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-