Interface AccessKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessKey.Builder,
,AccessKey> SdkBuilder<AccessKey.Builder,
,AccessKey> SdkPojo
- Enclosing class:
AccessKey
@Mutable
@NotThreadSafe
public static interface AccessKey.Builder
extends SdkPojo, CopyableBuilder<AccessKey.Builder,AccessKey>
-
Method Summary
Modifier and TypeMethodDescriptionprincipalId
(String principalId) Principal ID of the user.Name of the user.Type of the 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
-
principalId
Principal ID of the user.
- Parameters:
principalId
- Principal ID of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
Name of the user.
- Parameters:
userName
- Name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
Type of the user.
- Parameters:
userType
- Type of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-