public static interface CreateQuickConnectRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateQuickConnectRequest.Builder,CreateQuickConnectRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateQuickConnectRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.CreateQuickConnectRequest.Builder name(String name)
The name of the quick connect.
name - The name of the quick connect.CreateQuickConnectRequest.Builder description(String description)
The description of the quick connect.
description - The description of the quick connect.CreateQuickConnectRequest.Builder quickConnectConfig(QuickConnectConfig quickConnectConfig)
Configuration settings for the quick connect.
quickConnectConfig - Configuration settings for the quick connect.default CreateQuickConnectRequest.Builder quickConnectConfig(Consumer<QuickConnectConfig.Builder> quickConnectConfig)
Configuration settings for the quick connect.
This is a convenience that creates an instance of theQuickConnectConfig.Builder avoiding the need to
create one manually via QuickConnectConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to quickConnectConfig(QuickConnectConfig).quickConnectConfig - a consumer that will call methods on QuickConnectConfig.BuilderquickConnectConfig(QuickConnectConfig)CreateQuickConnectRequest.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.CreateQuickConnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateQuickConnectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.