public static interface CreateAppInstanceUserRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceUserRequest.Builder,CreateAppInstanceUserRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppInstanceUserRequest.Builder appInstanceArn(String appInstanceArn)
The ARN of the AppInstance request.
appInstanceArn - The ARN of the AppInstance request.CreateAppInstanceUserRequest.Builder appInstanceUserId(String appInstanceUserId)
The user ID of the AppInstance.
appInstanceUserId - The user ID of the AppInstance.CreateAppInstanceUserRequest.Builder name(String name)
The user's name.
name - The user's name.CreateAppInstanceUserRequest.Builder metadata(String metadata)
The request's metadata. Limited to a 1KB string in UTF-8.
metadata - The request's metadata. Limited to a 1KB string in UTF-8.CreateAppInstanceUserRequest.Builder clientRequestToken(String clientRequestToken)
The token assigned to the user requesting an AppInstance.
clientRequestToken - The token assigned to the user requesting an AppInstance.CreateAppInstanceUserRequest.Builder tags(Collection<Tag> tags)
Tags assigned to the AppInstanceUser.
tags - Tags assigned to the AppInstanceUser.CreateAppInstanceUserRequest.Builder tags(Tag... tags)
Tags assigned to the AppInstanceUser.
tags - Tags assigned to the AppInstanceUser.CreateAppInstanceUserRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags assigned to the AppInstanceUser.
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAppInstanceUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppInstanceUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.