@Stability(value=Stable) public static final class UserAttributes.Builder extends Object implements software.amazon.jsii.Builder<UserAttributes>
UserAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserAttributes |
build()
Builds the configured instance.
|
UserAttributes.Builder |
userArn(String userArn)
Sets the value of
UserAttributes.getUserArn() |
@Stability(value=Stable) public UserAttributes.Builder userArn(String userArn)
UserAttributes.getUserArn()userArn - The ARN of the user. This parameter is required.
Format: arn:this@Stability(value=Stable) public UserAttributes build()
build in interface software.amazon.jsii.Builder<UserAttributes>UserAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.