Interface BatchAddFacetToObject.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>,SdkBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>,SdkPojo
- Enclosing class:
- BatchAddFacetToObject
public static interface BatchAddFacetToObject.Builder extends SdkPojo, CopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
-
-
Method Summary
-
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 Detail
-
schemaFacet
BatchAddFacetToObject.Builder schemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
- Parameters:
schemaFacet- Represents the facet being added to the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaFacet
default BatchAddFacetToObject.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Represents the facet being added to 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 onSchemaFacet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schemaFacet(SchemaFacet)
-
objectAttributeList
BatchAddFacetToObject.Builder objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
- Parameters:
objectAttributeList- The attributes to set on the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectAttributeList
BatchAddFacetToObject.Builder objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
- Parameters:
objectAttributeList- The attributes to set on the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectAttributeList
BatchAddFacetToObject.Builder objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... objectAttributeList)
The attributes to set on the object.
This is a convenience method that creates an instance of theAttributeKeyAndValue.Builderavoiding the need to create one manually viaAttributeKeyAndValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#objectAttributeList(List.) - Parameters:
objectAttributeList- a consumer that will call methods onAttributeKeyAndValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#objectAttributeList(java.util.Collection)
-
objectReference
BatchAddFacetToObject.Builder objectReference(ObjectReference objectReference)
A reference to the object being mutated.
- Parameters:
objectReference- A reference to the object being mutated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default BatchAddFacetToObject.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object being mutated.
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 onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
objectReference(ObjectReference)
-
-