public static interface PutInvitationConfigurationRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<PutInvitationConfigurationRequest.Builder,PutInvitationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutInvitationConfigurationRequest.Builder |
contactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
|
PutInvitationConfigurationRequest.Builder |
organizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
|
PutInvitationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutInvitationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutInvitationConfigurationRequest.Builder |
privateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
PutInvitationConfigurationRequest.Builder |
privateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutInvitationConfigurationRequest.Builder organizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
organizationName - The name of the organization sending the enrollment invite to a user.PutInvitationConfigurationRequest.Builder contactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
contactEmail - The email ID of the organization or individual contact that the enrolled user can use.PutInvitationConfigurationRequest.Builder privateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.PutInvitationConfigurationRequest.Builder privateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
privateSkillIds - The list of private skill IDs that you want to recommend to the user to enable in the invitation.PutInvitationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutInvitationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.