Interface BatchRemoveFacetFromObject.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchRemoveFacetFromObject.Builder,,- BatchRemoveFacetFromObject> - SdkBuilder<BatchRemoveFacetFromObject.Builder,,- BatchRemoveFacetFromObject> - SdkPojo
- Enclosing class:
- BatchRemoveFacetFromObject
@Mutable
@NotThreadSafe
public static interface BatchRemoveFacetFromObject.Builder
extends SdkPojo, CopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
schemaFacetThe 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.
 
- 
schemaFacetThe facet to remove from the object. This is a convenience method that creates an instance of theSchemaFacet.Builderavoiding the need to create one manually viaSchemaFacet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaFacet(SchemaFacet).- Parameters:
- schemaFacet- a consumer that will call methods on- SchemaFacet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
objectReferenceA 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.
 
- 
objectReferencedefault 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.Builderavoiding the need to create one manually viaObjectReference.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
- objectReference- a consumer that will call methods on- ObjectReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-