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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSkillGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSkillGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.