Interface ParentEntityUpdateRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>,SdkBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>,SdkPojo
- Enclosing class:
- ParentEntityUpdateRequest
public static interface ParentEntityUpdateRequest.Builder extends SdkPojo, CopyableBuilder<ParentEntityUpdateRequest.Builder,ParentEntityUpdateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParentEntityUpdateRequest.BuilderparentEntityId(String parentEntityId)The ID of the parent entity.ParentEntityUpdateRequest.BuilderupdateType(String updateType)The type of the update.ParentEntityUpdateRequest.BuilderupdateType(ParentEntityUpdateType updateType)The type of the update.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
updateType
ParentEntityUpdateRequest.Builder updateType(String updateType)
The type of the update.
- Parameters:
updateType- The type of the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ParentEntityUpdateType,ParentEntityUpdateType
-
updateType
ParentEntityUpdateRequest.Builder updateType(ParentEntityUpdateType updateType)
The type of the update.
- Parameters:
updateType- The type of the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ParentEntityUpdateType,ParentEntityUpdateType
-
parentEntityId
ParentEntityUpdateRequest.Builder parentEntityId(String parentEntityId)
The ID of the parent entity.
- Parameters:
parentEntityId- The ID of the parent entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-