Interface OwnerIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OwnerIdentifier.Builder,OwnerIdentifier>,SdkBuilder<OwnerIdentifier.Builder,OwnerIdentifier>,SdkPojo
- Enclosing class:
- OwnerIdentifier
public static interface OwnerIdentifier.Builder extends SdkPojo, CopyableBuilder<OwnerIdentifier.Builder,OwnerIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OwnerIdentifier.Builderaddress(String address)The contract or wallet address for the owner.-
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
-
address
OwnerIdentifier.Builder address(String address)
The contract or wallet address for the owner.
- Parameters:
address- The contract or wallet address for the owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-