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. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the 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 method 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)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateQuickConnectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateQuickConnectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.