Interface PutInvitationConfigurationRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<PutInvitationConfigurationRequest.Builder,,PutInvitationConfigurationRequest> SdkBuilder<PutInvitationConfigurationRequest.Builder,,PutInvitationConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutInvitationConfigurationRequest
public static interface PutInvitationConfigurationRequest.Builder
extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<PutInvitationConfigurationRequest.Builder,PutInvitationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncontactEmail(String contactEmail) The email ID of the organization or individual contact that the enrolled user can use.organizationName(String organizationName) The name of the organization sending the enrollment invite to a user.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.privateSkillIds(String... privateSkillIds) The list of private skill IDs that you want to recommend to the user to enable in the invitation.privateSkillIds(Collection<String> privateSkillIds) The list of private skill IDs that you want to recommend to the user to enable in the invitation.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
organizationName
The name of the organization sending the enrollment invite to a user.
- Parameters:
organizationName- The name of the organization sending the enrollment invite to a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactEmail
The email ID of the organization or individual contact that the enrolled user can use.
- Parameters:
contactEmail- The email ID of the organization or individual contact that the enrolled user can use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateSkillIds
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
- Parameters:
privateSkillIds- The list of private skill IDs that you want to recommend to the user to enable in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateSkillIds
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
- Parameters:
privateSkillIds- The list of private skill IDs that you want to recommend to the user to enable in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutInvitationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutInvitationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-