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 AppIntegration association.
|
CreateUseCaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUseCaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUseCaseRequest.Builder |
tags(Map<String,String> tags)
One or more tags.
|
CreateUseCaseRequest.Builder |
useCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association.
|
CreateUseCaseRequest.Builder |
useCaseType(UseCaseType useCaseType)
The type of use case to associate to the AppIntegration association.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUseCaseRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.CreateUseCaseRequest.Builder integrationAssociationId(String integrationAssociationId)
The identifier for the AppIntegration association.
integrationAssociationId - The identifier for the AppIntegration association.CreateUseCaseRequest.Builder useCaseType(String useCaseType)
The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
useCaseType - The type of use case to associate to the AppIntegration association. Each AppIntegration 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 AppIntegration association. Each AppIntegration association can have only one of each use case type.
useCaseType - The type of use case to associate to the AppIntegration association. Each AppIntegration association
can have only one of each use case type.UseCaseType,
UseCaseTypeCreateUseCaseRequest.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.CreateUseCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUseCaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.