public static interface UpdateAppInstanceUserEndpointRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppInstanceUserEndpointRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.UpdateAppInstanceUserEndpointRequest.Builder endpointId(String endpointId)
The unique identifier of the AppInstanceUserEndpoint.
endpointId - The unique identifier of the AppInstanceUserEndpoint.UpdateAppInstanceUserEndpointRequest.Builder name(String name)
The name of the AppInstanceUserEndpoint.
name - The name of the AppInstanceUserEndpoint.UpdateAppInstanceUserEndpointRequest.Builder allowMessages(String allowMessages)
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
ALL indicates the endpoint will receive all messages. NONE indicates the endpoint
will receive no messages.
allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive
messages. ALL indicates the endpoint will receive all messages. NONE
indicates the endpoint will receive no messages.AllowMessages,
AllowMessagesUpdateAppInstanceUserEndpointRequest.Builder allowMessages(AllowMessages allowMessages)
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
ALL indicates the endpoint will receive all messages. NONE indicates the endpoint
will receive no messages.
allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive
messages. ALL indicates the endpoint will receive all messages. NONE
indicates the endpoint will receive no messages.AllowMessages,
AllowMessagesUpdateAppInstanceUserEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppInstanceUserEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.