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