Interface CreateUseCaseRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ConnectRequest.Builder, CopyableBuilder<CreateUseCaseRequest.Builder,CreateUseCaseRequest>, SdkBuilder<CreateUseCaseRequest.Builder,CreateUseCaseRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateUseCaseRequest

public static interface CreateUseCaseRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateUseCaseRequest.Builder,CreateUseCaseRequest>
  • Method Details

    • instanceId

      CreateUseCaseRequest.Builder instanceId(String instanceId)

      The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

      Parameters:
      instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • integrationAssociationId

      CreateUseCaseRequest.Builder integrationAssociationId(String integrationAssociationId)

      The identifier for the integration association.

      Parameters:
      integrationAssociationId - The identifier for the integration association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • useCaseType

      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.

      Parameters:
      useCaseType - The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • useCaseType

      CreateUseCaseRequest.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.

      Parameters:
      useCaseType - The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateUseCaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.