public static interface PutSkillAuthorizationRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<PutSkillAuthorizationRequest.Builder,PutSkillAuthorizationRequest>
Modifier and Type | Method and Description |
---|---|
PutSkillAuthorizationRequest.Builder |
authorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output.
|
PutSkillAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutSkillAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutSkillAuthorizationRequest.Builder |
roomArn(String roomArn)
The room that the skill is authorized for.
|
PutSkillAuthorizationRequest.Builder |
skillId(String skillId)
The unique identifier of a skill.
|
build
overrideConfiguration
copy
applyMutation, build
PutSkillAuthorizationRequest.Builder authorizationResult(Map<String,String> authorizationResult)
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.
authorizationResult
- The authorization result specific to OAUTH code grant output. "Code” must be populated in the
AuthorizationResult map to establish the authorization.PutSkillAuthorizationRequest.Builder skillId(String skillId)
The unique identifier of a skill.
skillId
- The unique identifier of a skill.PutSkillAuthorizationRequest.Builder roomArn(String roomArn)
The room that the skill is authorized for.
roomArn
- The room that the skill is authorized for.PutSkillAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutSkillAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.