Class BatchWriteOperation
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchWriteOperation.Builder,BatchWriteOperation>
Represents the output of a BatchWrite operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BatchAddFacetToObjectA batch operation that adds a facet to an object.final BatchAttachObjectAttaches an object to a Directory.final BatchAttachPolicyAttaches a policy object to a regular object.final BatchAttachToIndexAttaches the specified object to the specified index.final BatchAttachTypedLinkAttaches a typed link to a specified source and target object.static BatchWriteOperation.Builderbuilder()final BatchCreateIndexCreates an index object.final BatchCreateObjectCreates an object.final BatchDeleteObjectDeletes an object in a Directory.final BatchDetachFromIndexDetaches the specified object from the specified index.final BatchDetachObjectDetaches an object from a Directory.final BatchDetachPolicyDetaches a policy from a Directory.final BatchDetachTypedLinkDetaches a typed link from a specified source and target object.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()A batch operation that removes a facet from an object.static Class<? extends BatchWriteOperation.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Updates a given object's attributes.Updates a given object's attributes.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
createObject
-
attachObject
-
detachObject
-
updateObjectAttributes
Updates a given object's attributes.
- Returns:
- Updates a given object's attributes.
-
deleteObject
-
addFacetToObject
A batch operation that adds a facet to an object.
- Returns:
- A batch operation that adds a facet to an object.
-
removeFacetFromObject
A batch operation that removes a facet from an object.
- Returns:
- A batch operation that removes a facet from an object.
-
attachPolicy
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
- Returns:
- Attaches a policy object to a regular object. An object can have a limited number of attached policies.
-
detachPolicy
-
createIndex
Creates an index object. See Indexing and search for more information.
- Returns:
- Creates an index object. See Indexing and search for more information.
-
attachToIndex
Attaches the specified object to the specified index.
- Returns:
- Attaches the specified object to the specified index.
-
detachFromIndex
Detaches the specified object from the specified index.
- Returns:
- Detaches the specified object from the specified index.
-
attachTypedLink
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
- Returns:
- Attaches a typed link to a specified source and target object. For more information, see Typed Links.
-
detachTypedLink
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
- Returns:
- Detaches a typed link from a specified source and target object. For more information, see Typed Links.
-
updateLinkAttributes
Updates a given object's attributes.
- Returns:
- Updates a given object's attributes.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchWriteOperation.Builder,BatchWriteOperation> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-