Interface BatchAttachObject.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<BatchAttachObject.Builder,,- BatchAttachObject> - SdkBuilder<BatchAttachObject.Builder,,- BatchAttachObject> - SdkPojo
- Enclosing class:
- BatchAttachObject
@Mutable
@NotThreadSafe
public static interface BatchAttachObject.Builder
extends SdkPojo, CopyableBuilder<BatchAttachObject.Builder,BatchAttachObject> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault BatchAttachObject.BuilderchildReference(Consumer<ObjectReference.Builder> childReference) The child object reference that is to be attached to the object.childReference(ObjectReference childReference) The child object reference that is to be attached to the object.The name of the link.default BatchAttachObject.BuilderparentReference(Consumer<ObjectReference.Builder> parentReference) The parent object reference.parentReference(ObjectReference parentReference) The parent object reference.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- 
parentReferenceThe parent object reference. - Parameters:
- parentReference- The parent object reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parentReferencedefault BatchAttachObject.Builder parentReference(Consumer<ObjectReference.Builder> parentReference) The parent object reference. 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 toparentReference(ObjectReference).- Parameters:
- parentReference- 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:
 
- 
childReferenceThe child object reference that is to be attached to the object. - Parameters:
- childReference- The child object reference that is to be attached to the object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
childReferenceThe child object reference that is to be attached to the object. 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 tochildReference(ObjectReference).- Parameters:
- childReference- 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:
 
- 
linkNameThe name of the link. - Parameters:
- linkName- The name of the link.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-