public static interface CreateSkillGroupRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateSkillGroupRequest.Builder,CreateSkillGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSkillGroupRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
|
CreateSkillGroupRequest.Builder |
description(String description)
The description for the skill group.
|
CreateSkillGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSkillGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSkillGroupRequest.Builder |
skillGroupName(String skillGroupName)
The name for the skill group.
|
CreateSkillGroupRequest.Builder |
tags(Collection<Tag> tags)
The tags for the skill group.
|
CreateSkillGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the skill group.
|
CreateSkillGroupRequest.Builder |
tags(Tag... tags)
The tags for the skill group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSkillGroupRequest.Builder skillGroupName(String skillGroupName)
The name for the skill group.
skillGroupName - The name for the skill group.CreateSkillGroupRequest.Builder description(String description)
The description for the skill group.
description - The description for the skill group.CreateSkillGroupRequest.Builder clientRequestToken(String clientRequestToken)
A unique, user-specified identifier for this request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for this request that ensures idempotency.CreateSkillGroupRequest.Builder tags(Collection<Tag> tags)
The tags for the skill group.
tags - The tags for the skill group.CreateSkillGroupRequest.Builder tags(Tag... tags)
The tags for the skill group.
tags - The tags for the skill group.CreateSkillGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the skill group.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateSkillGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSkillGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.