Class BatchWriteOperation
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<BatchWriteOperation.Builder,- BatchWriteOperation> 
 Represents the output of a BatchWrite operation.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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.ToCopyableBuildercopy
- 
Method Details- 
createObject
- 
attachObject
- 
detachObject
- 
updateObjectAttributesUpdates a given object's attributes. - Returns:
- Updates a given object's attributes.
 
- 
deleteObject
- 
addFacetToObjectA batch operation that adds a facet to an object. - Returns:
- A batch operation that adds a facet to an object.
 
- 
removeFacetFromObjectA batch operation that removes a facet from an object. - Returns:
- A batch operation that removes a facet from an object.
 
- 
attachPolicyAttaches 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
- 
createIndexCreates an index object. See Indexing and search for more information. - Returns:
- Creates an index object. See Indexing and search for more information.
 
- 
attachToIndexAttaches the specified object to the specified index. - Returns:
- Attaches the specified object to the specified index.
 
- 
detachFromIndexDetaches the specified object from the specified index. - Returns:
- Detaches the specified object from the specified index.
 
- 
attachTypedLinkAttaches 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.
 
- 
detachTypedLinkDetaches 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.
 
- 
updateLinkAttributesUpdates a given object's attributes. - Returns:
- Updates a given object's attributes.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BatchWriteOperation.Builder,- BatchWriteOperation> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- 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
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-