public static interface SendInvitationRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<SendInvitationRequest.Builder,SendInvitationRequest>
| Modifier and Type | Method and Description |
|---|---|
SendInvitationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
SendInvitationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SendInvitationRequest.Builder |
userArn(String userArn)
The ARN of the user to whom to send an invitation.
|
buildoverrideConfigurationcopyapplyMutation, buildSendInvitationRequest.Builder userArn(String userArn)
The ARN of the user to whom to send an invitation. Required.
userArn - The ARN of the user to whom to send an invitation. Required.SendInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.SendInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.