public static interface BatchRemoveFacetFromObject.Builder extends CopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject>
Modifier and Type | Method and Description |
---|---|
default BatchRemoveFacetFromObject.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object whose facet will be removed.
|
BatchRemoveFacetFromObject.Builder |
objectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
|
default BatchRemoveFacetFromObject.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
The facet to remove from the object.
|
BatchRemoveFacetFromObject.Builder |
schemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
copy
applyMutation, build
BatchRemoveFacetFromObject.Builder schemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
schemaFacet
- The facet to remove from the object.default BatchRemoveFacetFromObject.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
The facet to remove from the object.
This is a convenience that creates an instance of theSchemaFacet.Builder
avoiding the need to create
one manually via SchemaFacet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to schemaFacet(SchemaFacet)
.schemaFacet
- a consumer that will call methods on SchemaFacet.Builder
schemaFacet(SchemaFacet)
BatchRemoveFacetFromObject.Builder objectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
objectReference
- A reference to the object whose facet will be removed.default BatchRemoveFacetFromObject.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object whose facet will be removed.
This is a convenience that creates an instance of theObjectReference.Builder
avoiding the need to
create one manually via ObjectReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to objectReference(ObjectReference)
.objectReference
- a consumer that will call methods on ObjectReference.Builder
objectReference(ObjectReference)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.