public static interface BatchWriteOperationResponse.Builder extends CopyableBuilder<BatchWriteOperationResponse.Builder,BatchWriteOperationResponse>
copyapply, buildBatchWriteOperationResponse.Builder createObject(BatchCreateObjectResponse createObject)
Creates an object in a Directory.
createObject - Creates an object in a Directory.default BatchWriteOperationResponse.Builder createObject(Consumer<BatchCreateObjectResponse.Builder> createObject)
Creates an object in a Directory.
This is a convenience that creates an instance of theBatchCreateObjectResponse.Builder avoiding the
need to create one manually via BatchCreateObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to createObject(BatchCreateObjectResponse).createObject - a consumer that will call methods on BatchCreateObjectResponse.BuildercreateObject(BatchCreateObjectResponse)BatchWriteOperationResponse.Builder attachObject(BatchAttachObjectResponse attachObject)
Attaches an object to a Directory.
attachObject - Attaches an object to a Directory.default BatchWriteOperationResponse.Builder attachObject(Consumer<BatchAttachObjectResponse.Builder> attachObject)
Attaches an object to a Directory.
This is a convenience that creates an instance of theBatchAttachObjectResponse.Builder avoiding the
need to create one manually via BatchAttachObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to attachObject(BatchAttachObjectResponse).attachObject - a consumer that will call methods on BatchAttachObjectResponse.BuilderattachObject(BatchAttachObjectResponse)BatchWriteOperationResponse.Builder detachObject(BatchDetachObjectResponse detachObject)
Detaches an object from a Directory.
detachObject - Detaches an object from a Directory.default BatchWriteOperationResponse.Builder detachObject(Consumer<BatchDetachObjectResponse.Builder> detachObject)
Detaches an object from a Directory.
This is a convenience that creates an instance of theBatchDetachObjectResponse.Builder avoiding the
need to create one manually via BatchDetachObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to detachObject(BatchDetachObjectResponse).detachObject - a consumer that will call methods on BatchDetachObjectResponse.BuilderdetachObject(BatchDetachObjectResponse)BatchWriteOperationResponse.Builder updateObjectAttributes(BatchUpdateObjectAttributesResponse updateObjectAttributes)
Updates a given object’s attributes.
updateObjectAttributes - Updates a given object’s attributes.default BatchWriteOperationResponse.Builder updateObjectAttributes(Consumer<BatchUpdateObjectAttributesResponse.Builder> updateObjectAttributes)
Updates a given object’s attributes.
This is a convenience that creates an instance of theBatchUpdateObjectAttributesResponse.Builder
avoiding the need to create one manually via BatchUpdateObjectAttributesResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to updateObjectAttributes(BatchUpdateObjectAttributesResponse).updateObjectAttributes - a consumer that will call methods on BatchUpdateObjectAttributesResponse.BuilderupdateObjectAttributes(BatchUpdateObjectAttributesResponse)BatchWriteOperationResponse.Builder deleteObject(BatchDeleteObjectResponse deleteObject)
Deletes an object in a Directory.
deleteObject - Deletes an object in a Directory.default BatchWriteOperationResponse.Builder deleteObject(Consumer<BatchDeleteObjectResponse.Builder> deleteObject)
Deletes an object in a Directory.
This is a convenience that creates an instance of theBatchDeleteObjectResponse.Builder avoiding the
need to create one manually via BatchDeleteObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to deleteObject(BatchDeleteObjectResponse).deleteObject - a consumer that will call methods on BatchDeleteObjectResponse.BuilderdeleteObject(BatchDeleteObjectResponse)BatchWriteOperationResponse.Builder addFacetToObject(BatchAddFacetToObjectResponse addFacetToObject)
The result of an add facet to object batch operation.
addFacetToObject - The result of an add facet to object batch operation.default BatchWriteOperationResponse.Builder addFacetToObject(Consumer<BatchAddFacetToObjectResponse.Builder> addFacetToObject)
The result of an add facet to object batch operation.
This is a convenience that creates an instance of theBatchAddFacetToObjectResponse.Builder avoiding
the need to create one manually via BatchAddFacetToObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to addFacetToObject(BatchAddFacetToObjectResponse).addFacetToObject - a consumer that will call methods on BatchAddFacetToObjectResponse.BuilderaddFacetToObject(BatchAddFacetToObjectResponse)BatchWriteOperationResponse.Builder removeFacetFromObject(BatchRemoveFacetFromObjectResponse removeFacetFromObject)
The result of a batch remove facet from object operation.
removeFacetFromObject - The result of a batch remove facet from object operation.default BatchWriteOperationResponse.Builder removeFacetFromObject(Consumer<BatchRemoveFacetFromObjectResponse.Builder> removeFacetFromObject)
The result of a batch remove facet from object operation.
This is a convenience that creates an instance of theBatchRemoveFacetFromObjectResponse.Builder
avoiding the need to create one manually via BatchRemoveFacetFromObjectResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to removeFacetFromObject(BatchRemoveFacetFromObjectResponse).removeFacetFromObject - a consumer that will call methods on BatchRemoveFacetFromObjectResponse.BuilderremoveFacetFromObject(BatchRemoveFacetFromObjectResponse)BatchWriteOperationResponse.Builder attachPolicy(BatchAttachPolicyResponse attachPolicy)
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
attachPolicy - Attaches a policy object to a regular object. An object can have a limited number of attached
policies.default BatchWriteOperationResponse.Builder attachPolicy(Consumer<BatchAttachPolicyResponse.Builder> attachPolicy)
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
This is a convenience that creates an instance of theBatchAttachPolicyResponse.Builder avoiding the
need to create one manually via BatchAttachPolicyResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to attachPolicy(BatchAttachPolicyResponse).attachPolicy - a consumer that will call methods on BatchAttachPolicyResponse.BuilderattachPolicy(BatchAttachPolicyResponse)BatchWriteOperationResponse.Builder detachPolicy(BatchDetachPolicyResponse detachPolicy)
Detaches a policy from a Directory.
detachPolicy - Detaches a policy from a Directory.default BatchWriteOperationResponse.Builder detachPolicy(Consumer<BatchDetachPolicyResponse.Builder> detachPolicy)
Detaches a policy from a Directory.
This is a convenience that creates an instance of theBatchDetachPolicyResponse.Builder avoiding the
need to create one manually via BatchDetachPolicyResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to detachPolicy(BatchDetachPolicyResponse).detachPolicy - a consumer that will call methods on BatchDetachPolicyResponse.BuilderdetachPolicy(BatchDetachPolicyResponse)BatchWriteOperationResponse.Builder createIndex(BatchCreateIndexResponse createIndex)
Creates an index object. See Indexing for more information.
createIndex - Creates an index object. See Indexing
for more information.default BatchWriteOperationResponse.Builder createIndex(Consumer<BatchCreateIndexResponse.Builder> createIndex)
Creates an index object. See Indexing for more information.
This is a convenience that creates an instance of theBatchCreateIndexResponse.Builder avoiding the
need to create one manually via BatchCreateIndexResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to createIndex(BatchCreateIndexResponse).createIndex - a consumer that will call methods on BatchCreateIndexResponse.BuildercreateIndex(BatchCreateIndexResponse)BatchWriteOperationResponse.Builder attachToIndex(BatchAttachToIndexResponse attachToIndex)
Attaches the specified object to the specified index.
attachToIndex - Attaches the specified object to the specified index.default BatchWriteOperationResponse.Builder attachToIndex(Consumer<BatchAttachToIndexResponse.Builder> attachToIndex)
Attaches the specified object to the specified index.
This is a convenience that creates an instance of theBatchAttachToIndexResponse.Builder avoiding the
need to create one manually via BatchAttachToIndexResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to attachToIndex(BatchAttachToIndexResponse).attachToIndex - a consumer that will call methods on BatchAttachToIndexResponse.BuilderattachToIndex(BatchAttachToIndexResponse)BatchWriteOperationResponse.Builder detachFromIndex(BatchDetachFromIndexResponse detachFromIndex)
Detaches the specified object from the specified index.
detachFromIndex - Detaches the specified object from the specified index.default BatchWriteOperationResponse.Builder detachFromIndex(Consumer<BatchDetachFromIndexResponse.Builder> detachFromIndex)
Detaches the specified object from the specified index.
This is a convenience that creates an instance of theBatchDetachFromIndexResponse.Builder avoiding
the need to create one manually via BatchDetachFromIndexResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to detachFromIndex(BatchDetachFromIndexResponse).detachFromIndex - a consumer that will call methods on BatchDetachFromIndexResponse.BuilderdetachFromIndex(BatchDetachFromIndexResponse)BatchWriteOperationResponse.Builder attachTypedLink(BatchAttachTypedLinkResponse attachTypedLink)
Attaches a typed link to a specified source and target object. For more information, see Typed link.
attachTypedLink - Attaches a typed link to a specified source and target object. For more information, see Typed link.default BatchWriteOperationResponse.Builder attachTypedLink(Consumer<BatchAttachTypedLinkResponse.Builder> attachTypedLink)
Attaches a typed link to a specified source and target object. For more information, see Typed link.
This is a convenience that creates an instance of theBatchAttachTypedLinkResponse.Builder avoiding
the need to create one manually via BatchAttachTypedLinkResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to attachTypedLink(BatchAttachTypedLinkResponse).attachTypedLink - a consumer that will call methods on BatchAttachTypedLinkResponse.BuilderattachTypedLink(BatchAttachTypedLinkResponse)BatchWriteOperationResponse.Builder detachTypedLink(BatchDetachTypedLinkResponse detachTypedLink)
Detaches a typed link from a specified source and target object. For more information, see Typed link.
detachTypedLink - Detaches a typed link from a specified source and target object. For more information, see Typed link.default BatchWriteOperationResponse.Builder detachTypedLink(Consumer<BatchDetachTypedLinkResponse.Builder> detachTypedLink)
Detaches a typed link from a specified source and target object. For more information, see Typed link.
This is a convenience that creates an instance of theBatchDetachTypedLinkResponse.Builder avoiding
the need to create one manually via BatchDetachTypedLinkResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to detachTypedLink(BatchDetachTypedLinkResponse).detachTypedLink - a consumer that will call methods on BatchDetachTypedLinkResponse.BuilderdetachTypedLink(BatchDetachTypedLinkResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.