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