Interface GetCaseResponse.Builder

    • Method Detail

      • fields

        GetCaseResponse.Builder fields​(Collection<FieldValue> fields)

        A list of detailed field information.

        Parameters:
        fields - A list of detailed field information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        GetCaseResponse.Builder fields​(FieldValue... fields)

        A list of detailed field information.

        Parameters:
        fields - A list of detailed field information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCaseResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetCaseResponse.Builder tags​(Map<String,​String> tags)

        A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

        Parameters:
        tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateId

        GetCaseResponse.Builder templateId​(String templateId)

        A unique identifier of a template.

        Parameters:
        templateId - A unique identifier of a template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.