Interface CreateUseCaseRequest.Builder

    • Method Detail

      • 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, UseCaseType
      • 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:
        UseCaseType, UseCaseType
      • tags

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

        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.