Interface BatchRemoveFacetFromObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchRemoveFacetFromObject.Builder,
,BatchRemoveFacetFromObject> SdkBuilder<BatchRemoveFacetFromObject.Builder,
,BatchRemoveFacetFromObject> SdkPojo
- Enclosing class:
BatchRemoveFacetFromObject
public static interface BatchRemoveFacetFromObject.Builder
extends SdkPojo, CopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject>
-
Method Summary
Modifier and TypeMethodDescriptionobjectReference
(Consumer<ObjectReference.Builder> objectReference) A reference to the object whose facet will be removed.objectReference
(ObjectReference objectReference) A reference to the object whose facet will be removed.schemaFacet
(Consumer<SchemaFacet.Builder> schemaFacet) The facet to remove from the object.schemaFacet
(SchemaFacet schemaFacet) The facet to remove from the object.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, sdkFields
-
Method Details
-
schemaFacet
The facet to remove from the object.
- Parameters:
schemaFacet
- The facet to remove from the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacet
The facet to remove from the object.
This is a convenience method that creates an instance of theSchemaFacet.Builder
avoiding the need to create one manually viaSchemaFacet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaFacet(SchemaFacet)
.- Parameters:
schemaFacet
- a consumer that will call methods onSchemaFacet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectReference
A reference to the object whose facet will be removed.
- Parameters:
objectReference
- A reference to the object whose facet will be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default BatchRemoveFacetFromObject.Builder objectReference(Consumer<ObjectReference.Builder> objectReference) A reference to the object whose facet will be removed.
This is a convenience method that creates an instance of theObjectReference.Builder
avoiding the need to create one manually viaObjectReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toobjectReference(ObjectReference)
.- Parameters:
objectReference
- a consumer that will call methods onObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-