public static interface RegisterUserResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<RegisterUserResponse.Builder,RegisterUserResponse>
| Modifier and Type | Method and Description |
|---|---|
RegisterUserResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
RegisterUserResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default RegisterUserResponse.Builder |
user(Consumer<User.Builder> user)
The user's user name.
|
RegisterUserResponse.Builder |
user(User user)
The user's user name.
|
RegisterUserResponse.Builder |
userInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterUserResponse.Builder user(User user)
The user's user name.
user - The user's user name.default RegisterUserResponse.Builder user(Consumer<User.Builder> user)
The user's user name.
This is a convenience that creates an instance of theUser.Builder avoiding the need to create one
manually via User.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to user(User).user - a consumer that will call methods on User.Builderuser(User)RegisterUserResponse.Builder userInvitationUrl(String userInvitationUrl)
The URL the user visits to complete registration and provide a password. This is returned only for users with
an identity type of QUICKSIGHT.
userInvitationUrl - The URL the user visits to complete registration and provide a password. This is returned only for
users with an identity type of QUICKSIGHT.RegisterUserResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.RegisterUserResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.