Interface DescribeCreateCaseOptionsResponse.Builder

    • Method Detail

      • languageAvailability

        DescribeCreateCaseOptionsResponse.Builder languageAvailability​(String languageAvailability)

        Language availability can be any of the following:

        • available

        • best_effort

        • unavailable

        Parameters:
        languageAvailability - Language availability can be any of the following:

        • available

        • best_effort

        • unavailable

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • communicationTypes

        DescribeCreateCaseOptionsResponse.Builder communicationTypes​(Collection<CommunicationTypeOptions> communicationTypes)

        A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.

        Parameters:
        communicationTypes - A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • communicationTypes

        DescribeCreateCaseOptionsResponse.Builder communicationTypes​(CommunicationTypeOptions... communicationTypes)

        A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.

        Parameters:
        communicationTypes - A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.