Interface UpdateViewContentRequest.Builder

    • Method Detail

      • instanceId

        UpdateViewContentRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

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

        UpdateViewContentRequest.Builder viewId​(String viewId)

        The identifier of the view. Both ViewArn and ViewId can be used.

        Parameters:
        viewId - The identifier of the view. Both ViewArn and ViewId can be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateViewContentRequest.Builder status​(String status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • status

        UpdateViewContentRequest.Builder status​(ViewStatus status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • content

        UpdateViewContentRequest.Builder content​(ViewInputContent content)

        View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

        The total uncompressed content has a maximum file size of 400kB.

        Parameters:
        content - View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

        The total uncompressed content has a maximum file size of 400kB.

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