Interface ObjectIdentifierAndLinkNameTuple.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>,SdkBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>,SdkPojo
- Enclosing class:
- ObjectIdentifierAndLinkNameTuple
public static interface ObjectIdentifierAndLinkNameTuple.Builder extends SdkPojo, CopyableBuilder<ObjectIdentifierAndLinkNameTuple.Builder,ObjectIdentifierAndLinkNameTuple>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectIdentifierAndLinkNameTuple.BuilderlinkName(String linkName)The name of the link between the parent and the child object.ObjectIdentifierAndLinkNameTuple.BuilderobjectIdentifier(String objectIdentifier)The ID that is associated with 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 Detail
-
objectIdentifier
ObjectIdentifierAndLinkNameTuple.Builder objectIdentifier(String objectIdentifier)
The ID that is associated with the object.
- Parameters:
objectIdentifier- The ID that is associated with the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkName
ObjectIdentifierAndLinkNameTuple.Builder linkName(String linkName)
The name of the link between the parent and the child object.
- Parameters:
linkName- The name of the link between the parent and the child object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-