public static interface CreateUseCaseRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateUseCaseRequest.Builder,CreateUseCaseRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUseCaseRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateUseCaseRequest.Builder |
integrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
|
CreateUseCaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUseCaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUseCaseRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateUseCaseRequest.Builder |
useCaseType(String useCaseType)
The type of use case to associate to the integration association.
|
CreateUseCaseRequest.Builder |
useCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUseCaseRequest.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.CreateUseCaseRequest.Builder integrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
integrationAssociationId - The identifier for the integration association.CreateUseCaseRequest.Builder useCaseType(String useCaseType)
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
useCaseType - The type of use case to associate to the integration association. Each integration association can
have only one of each use case type.UseCaseType,
UseCaseTypeCreateUseCaseRequest.Builder useCaseType(UseCaseType useCaseType)
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
useCaseType - The type of use case to associate to the integration association. Each integration association can
have only one of each use case type.UseCaseType,
UseCaseTypeCreateUseCaseRequest.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"} }.CreateUseCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUseCaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.