public static interface AssociateSkillWithUsersRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateSkillWithUsersRequest.Builder,AssociateSkillWithUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateSkillWithUsersRequest.Builder |
organizationArn(String organizationArn)
The ARN of the organization.
|
AssociateSkillWithUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateSkillWithUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateSkillWithUsersRequest.Builder |
skillId(String skillId)
The private skill ID you want to make available to enrolled users.>
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateSkillWithUsersRequest.Builder organizationArn(String organizationArn)
The ARN of the organization.
organizationArn - The ARN of the organization.AssociateSkillWithUsersRequest.Builder skillId(String skillId)
The private skill ID you want to make available to enrolled users.>
skillId - The private skill ID you want to make available to enrolled users.>AssociateSkillWithUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateSkillWithUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.