Interface SavedObjectIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SavedObjectIdentifier.Builder,,SavedObjectIdentifier> SdkBuilder<SavedObjectIdentifier.Builder,,SavedObjectIdentifier> SdkPojo
- Enclosing class:
SavedObjectIdentifier
@Mutable
@NotThreadSafe
public static interface SavedObjectIdentifier.Builder
extends SdkPojo, CopyableBuilder<SavedObjectIdentifier.Builder,SavedObjectIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the saved object.The type of the saved object, such asdashboard,visualization,index-pattern,search, orquery.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the saved object, such as
dashboard,visualization,index-pattern,search, orquery.- Parameters:
type- The type of the saved object, such asdashboard,visualization,index-pattern,search, orquery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the saved object.
- Parameters:
id- The unique identifier of the saved object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-