Interface OwnerUserPropertiesOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OwnerUserPropertiesOutput.Builder,
,OwnerUserPropertiesOutput> SdkBuilder<OwnerUserPropertiesOutput.Builder,
,OwnerUserPropertiesOutput> SdkPojo
- Enclosing class:
OwnerUserPropertiesOutput
@Mutable
@NotThreadSafe
public static interface OwnerUserPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<OwnerUserPropertiesOutput.Builder,OwnerUserPropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-